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

The best EXPLANATION: MSD radix sort TAKES non constant time for sorting the input DATA. So it is not an in place sorting algorithm.



Discussion

No Comment Found

Related InterviewSolutions