Vidyalelo
Data Structure · Q320

Sorting Algorithms

Programming · Data Structure · question 320

Q320

What is the purpose of using a median of three 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