Vidyalelo
Data Structure · Q354

Sorting Algorithms

Programming · Data Structure · question 354

Q354

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

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

Answer: Option D

Solution

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