Q:

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

0

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


  1. O(n^2)
  2. O (n log n)
  3. O(!n)
  4. O (n)

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

O(n^2)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now