Vidyalelo
Data Structure · Q380

Sorting Algorithms

Programming · Data Structure · question 380

Q380

The given array is arr = 2, 3, 4, 1, 6. What are the pivots that are returned as a result of subsequent partitioning?

A.
1 and 3
Answer
B.
3 and 1
C.
2 and 6
D.
6 and 2

Answer: Option A

Solution

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