Examveda

Which of the following is incorrect about randomized quicksort?

A. it has the same time complexity as standard quick sort

B. it has the same space complexity as standard quick sort

C. it is an in-place sorting algorithm

D. it cannot have a time complexity of O(n2) in any case.

Answer: Option D


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms