[][src]Module sorting_rs::bubble_sort

Functions

bubble_sort

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