- Oct 10, 2000
- 2,689
- 0
- 0
I'm familiar with shell sort, quick sort, heap sort, etc. Has there been any evolution in sort algorithms over the last 10 years or have sort algorithms reached its speed peak, assuming a random array of N elements have to be sorted and that the elements can be all strings or all numeric.
To me it seems like any of the O(n log n) are commonly used. Is there anything better or is O(n log n) the fastest it'll ever get?
To me it seems like any of the O(n log n) are commonly used. Is there anything better or is O(n log n) the fastest it'll ever get?
