Talk:Sorting algorithm: Difference between revisions

Content deleted Content added
Line 638:
 
: {{Ping|Qwertyus}}
: I've [https://en.wikipedia.org/w/index.php?title=Sorting_algorithm&diff=693162779&oldid=693146372 reverted Qwertyus]; replacingmy revert replaces the Ω() bound in favor of O(n).
: Higher up in that section, the best average/worst case performance is described as O(nlogn).
:: These are all [[comparison sort]]s, and so cannot perform better than {{math|O(''n'' log ''n'')}} in the average or worst case.