[][src]Module sorting_rs::selection_sort

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.