Vidyalelo
Data Structure · Q289

Sorting Algorithms

Programming · Data Structure · question 289

Q289

What will be the pivot for the array arr=8, 2, 4, 9 for making the first partition when a median of three quick sort is implemented?

A.
8
Answer
B.
2
C.
4
D.
9

Answer: Option A

Solution

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