Hacker News new | ask | show | jobs
by Isognoviastoma 1044 days ago
Chronosort is closer to radix sort, as both are O(n) if values are bounded. Queue-sort (aka heapsort) is O(n log n).
1 comments

And with minor O(n) modifications, chronosort is fixed time too!