A disadvantage of Quicksort is:
\Theta(n^2)
How does Quicksort do in the worst case?
It requires \Theta(n^2), which is pretty bad.