Documentation ¶
Overview ¶
Package bubblesort provides a way of sorting a slice using the bubble sort algorithm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Exec ¶
func Exec[T constraints.Ordered](s []T)
Exec sorts a slice of a comparable type T in increasing order using the bubble sort algorithm.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.