1.

Which of the following is false?(a) LSD radix sort is an integer sorting algorithm(b) LSD radix sort is a comparison sorting algorithm(c) LSD radix sort is a distribution sort(d) LSD radix sort uses bucket sortI had been asked this question in quiz.My question is taken from Sorting topic in section Sorting of Data Structures & Algorithms II

Answer»

The correct answer is (b) LSD radix SORT is a COMPARISON sorting algorithm

The EXPLANATION is: LSD radix sort uses bucket sort for GROUPING the KEYS based on the digits at that value. And as it grouped the keys based on the digits at that values, it is integer sorting algorithm.



Discussion

No Comment Found

Related InterviewSolutions