pub fn bubble_sort<T: PartialOrd>(array: &mut [T]) -> bool
Expand description

The ascending sort algorithm for bubble sort