Function shell_sort

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

希尔排序(交换次数比插入排序少,但远未达到高效)