Function algorithms_rs::sort::bubble_sort
source · pub fn bubble_sort<T: PartialOrd>(array: &mut [T]) -> bool
Expand description
The ascending sort algorithm for bubble sort
pub fn bubble_sort<T: PartialOrd>(array: &mut [T]) -> bool
The ascending sort algorithm for bubble sort