Module scirust::alg::sort::insertion_sort [] [src]

Insertion sort algorithms

Functions

insertion_sort_buffer

Performs insertion sort on a buffer of data

insertion_sort_slice

Performs insertion sort on a slice of type T