Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BubbleSort ¶
func BubbleSort[T constraints.Ordered](slice []T, isAsc bool)
func InsertionSort ¶
func InsertionSort[T constraints.Ordered](slice []T, isAsc bool)
func SelectionSort ¶
func SelectionSort[T constraints.Ordered](slice []T, isAsc bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.