Page 1 of 1

Which of the following is incorrect about randomized quicksort?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
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.