Examveda

What will be the order of elements of the array arr = {23, 67, 143, 654, 43} after first iteration of MSD sort is complete?

A. 23, 43, 67, 143, 654

B. 23, 67, 43, 143, 654

C. 23, 67, 143, 654, 43

D. 23, 143, 43, 654, 67

Answer: Option B


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms