Index/Topics/Rust sorting algorithm

Rust sorting algorithm

Rust standard library's sorting algorithm is not plain heapsort, but rather adaptive merge-like and quicksort-derived approaches