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
AnswerB.
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