pub fn insert_sort(data: &mut [i32])
Expand description

插入排序(效率竟然不如冒泡排序)