1.

LSD radix sort is faster than comparison sorts.(a) True(b) FalseI had been asked this question in an international level competition.This key question is from Sorting topic in chapter Sorting of Data Structures & Algorithms II

Answer»

The correct choice is (b) False

The BEST I can explain: LSD radix sort is faster than comparison SORTS when the word size is LESS than logn. But LSD radix sort runs slowly for elements with larger word size and SMALLER radix.



Discussion

No Comment Found

Related InterviewSolutions