Examveda

Apply Quick sort on a given sequence 7 11 14 6 9 4 3 12. What is the sequence after first phase, pivot is first element?

A. 6 4 3 7 11 9 14 12

B. 6 3 4 7 9 14 11 12

C. 7 6 14 11 9 4 3 12

D. 7 6 4 3 9 14 11 12

Answer: Option B


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms