[][src]Module sorting_rs::gnome_sort

Functions

gnome_sort

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

gnome_up_sort