Vidyalelo
Data Structure · Q467

Sorting Algorithms

Programming · Data Structure · question 467

Q467

What is a randomized QuickSort?

A.
The leftmost element is chosen as the pivot
B.
The rightmost element is chosen as the pivot
C.
Any element in the array is chosen as the pivot
Answer
D.
A random number is generated which is used as the pivot

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board