rust_algorithm_club::sorting

Function insertion_sort

Source
pub fn insertion_sort(arr: &mut [i32])
Expand description

Insertion sort.