Test 4 - Algorithms | Computer Science(CS)

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Randomized quick sort is an extension of quick sort where the pivot is chosen randomly. What is the worst case complexity of sorting n numbers using randomized quick sort?

  1. 0(n)
  2. 0(nlog n)
  3. 0(n2)
  4. 0(n!)
Change Mode