Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateIntSlice ¶
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]
Click to show internal directories.
Click to hide internal directories.