1.

Which of the following is an alternate name of MSD radix sort?(a) bottom up radix sort(b) top down radix sort(c) forward radix sort(d) backward radix sortI got this question by my college director while I was bunking the class.The above asked question is from Sorting topic in division Sorting of Data Structures & Algorithms II

Answer» CORRECT answer is (b) TOP down radix sort

Explanation: Top down radix sort is an ALTERNATE name of MSD radix sort. It is because in this ALGORITHM the processing starts from the most significant digit and end at least significant digit.


Discussion

No Comment Found

Related InterviewSolutions