Vidyalelo
Data Structure · Q248

Sorting Algorithms

Programming · Data Structure · question 248

Q248

Which of the following methods is the most effective for picking the pivot element?

A.
first element
B.
last element
C.
median-of-three partitioning
Answer
D.
random element

Answer: Option C

Solution

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