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
AnswerC.
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