1.

Which of the following combines qualities of MSD radix sort and LSD radix sort?(a) in-place MSD radix sort(b) stable MSD radix sot(c) 3 way radix quick sort(d) forward radix sortThis question was posed to me during an online interview.This interesting question is from Sorting topic in chapter Sorting of Data Structures & Algorithms II

Answer»

Correct ANSWER is (d) FORWARD radix SORT

The explanation is: Forward radix sort combines the QUALITIES of MSD and LSD radix sort. The sorting is done by separating the strings into groups.



Discussion

No Comment Found

Related InterviewSolutions