Vidyalelo
Data Structure · Q405

Sorting Algorithms

Programming · Data Structure · question 405

Q405

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
Answer
C.
23, 67, 143, 654, 43
D.
23, 143, 43, 654, 67

Answer: Option B

Solution

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