📚 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?
- 0(n)
- 0(nlog n)
- 0(n2)
- 0(n!)