InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the most suitable definition of radix sort?(a) It is a non comparison based integer sort(b) It is a comparison based integer sort(c) It is a non comparison based non integer sort(d) It is a comparison based non integer sortThis question was posed to me in unit test.This key question is from Sorting topic in portion Sorting of Data Structures & Algorithms II |
|
Answer» Right answer is (a) It is a non comparison based integer sort |
|