heapsort

Function heapsort 

Source
pub fn heapsort(data: &mut [i64])
Expand description

HeapSort algorithm