Vidyalelo
Data Structure · Q145

Sorting Algorithms

Programming · Data Structure · question 145

Q145

What is the median of three techniques in quick sort?

A.
quick sort with random partitions
B.
quick sort with random choice of pivot
C.
choosing median element as pivot
D.
choosing median of first, last and middle element as pivot
Answer

Answer: Option D

Solution

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