Hacker News new | ask | show | jobs
by eptcyka 1166 days ago
Constant time.
1 comments

O(nlogn)
Yes, but it ensures that for all inputs of a given size, runtime will be the same.
That would more likely be a tight bound, not an upper bound.