[][src]Module sorting_rs::heap_sort

Functions

heap_bottom_up_sort
heap_sort

Sorts a slice in-place using Heap sort. All kinds of slices can be sorted as long as they implement PartialOrd.