📚 Practice Mode

Test 4 - Algorithms | Computer Science(CS)

Learn at your own pace with hints and detailed explanations

1 / 20
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!)