1.

MSD radix sort is an in place sorting algorithm.(a) True(b) FalseThis question was addressed to me in an internship interview.The doubt is from Sorting in division Sorting of Data Structures & Algorithms II

Answer»

Right choice is (b) False

Easy EXPLANATION - MSD RADIX sort takes non CONSTANT TIME for sorting the input data. So it is not an in place sorting algorithm.



Discussion

No Comment Found

Related InterviewSolutions