Content deleted Content added
→Usage of bigO notation. "At least O(...)": close sup tag |
|||
Line 662:
::: It's true in the worst case, but it doesn't seem right to me. I don't like putting quantification monikers on order statistics that have lower and upper bounds built into them.
::: To put it another way, I can use Ω(), Θ(), and O() to characterize heap and bubble sort:
:::
:::
::: Those statements make sense as complexity theory lower (best case) and upper (worst case) bounds.
::: In that context, a claim that comparison sorts are Ω(nlogn) is confusing.
|