sort

package
v0.0.0-...-24ca9bf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateIntSlice

func GenerateIntSlice(size int) []int

GenerateIntSlice a slice of size filled with random integer values between -999 and 999.

Types

type QuickSortArray

type QuickSortArray[E constraints.Ordered, S ~[]E] interface {
	Name() string
	Sort() S
	Reverse() S
	Shuffle() S
	String() string
}

func NewQuickSortArray

func NewQuickSortArray[E constraints.Ordered, S ~[]E](name string, list S) QuickSortArray[E, S]

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL