Multiple choice

What is the complexity of 'Quick sort' in the worst case?

  1. O(n2)

  2. nlogn

  3. O(n)

  4. O(nlogn)

  5. n

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is the right answer.