[][src]Crate sorting_algorithms

Functions

bubble_sort

The function implements the optimized bubble sort. It sorts the element in the input slice by mutating it.