Answer TRUE or FALSE.
Selection sort is simple, but less efficient than the best sorting algorithms.
What is Selection Sort's average case complexity?
It is \Theta(n^2).
\Theta(n^2)
Are there any better sorting algorithms?