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

The explanation is: Radix sort is a non-comparison based integer sort. It SORTS the given data by GROUPING KEYS which share the same SIGNIFICANT position VALUE.



Discussion

No Comment Found

Related InterviewSolutions