Vidyalelo
Data Structure · Q319

Sorting Algorithms

Programming · Data Structure · question 319

Q319

What is the purpose of using randomized quick sort over standard quick sort?

A.
so as to avoid worst case time complexity
Answer
B.
so as to avoid worst case space complexity
C.
to improve accuracy of output
D.
to improve average case time complexity

Answer: Option A

Solution

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