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)

ADA Algorithm MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
An unordered list contains n distinct elements... >>
<< The time complexity of an algorithm to compute M1 ...