InterviewSolution
Saved Bookmarks
| 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 |
|