Answer TRUE or FALSE.

Selection sort is simple, but less efficient than the best sorting algorithms.

True
  • True
  • False

What is Selection Sort's average case complexity?

It is \Theta(n^2).

Are there any better sorting algorithms?