Module rust_sort::selection_sort[][src]

Functions

sort

Selection sorts in-place, in ascending order, a mutable ref slice of type T: Sortable Selection Sort is not stable because it swaps non-adjacent elements.