InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not true about MSD radix sort?(a) its processing starts from the most significant digit(b) it is not a stable sort(c) it is an in place sorting algorithm(d) it is non comparison based sortI got this question in unit test.My doubt stems from Sorting topic in chapter Sorting of Data Structures & Algorithms II |
|
Answer» Correct choice is (c) it is an in place sorting ALGORITHM |
|