Y
Hacker News
new
|
ask
|
show
|
jobs
by
thomasmg
187 days ago
Heap sort is in-place (and does not even need recursion, unlike quicksort). But yes, it is not stable, and usually slower than even shell sort (except for very large arrays).