Y
Hacker News
new
|
ask
|
show
|
jobs
by
thomasmg
195 days ago
I'm surprised that the simple, ~80 lines version of stable-in-place merge sort (see link in the above comments) is not more widely known. It is O(n log n log n) and not all that hard to implement.