Module selection_sort

Module selection_sort 

Source

Functionsยง

selection_double_sort
selection_sort
Sorts a slice in-place using Selection sort. Double selection sort. All kinds of slices can be sorted as long as they implement PartialOrd.