Crate sorting_algorithms

Crate sorting_algorithms 

Source

Functionsยง

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