Multiple choice

What is not true about insertion sort?

  1. Exhibits the worst case performance when the initial array is sorted in reverse order.

  2. Worst case and average case performance is Ο(n2)

  3. Can be compared to the way a card player arranges his card from a card deck.

  4. None of the above!

Reveal answer Fill a bubble to check yourself
D Correct answer