Function sorter::shell_sort [] [src]

pub fn shell_sort<T: Ord + Clone>(victim: &mut [T])

Implementation of shell sort