1.

LSD radix sort is in-place sorting algorithm.(a) False(b) TrueI got this question in a national level competition.The above asked question is from Sorting topic in portion Sorting of Data Structures & Algorithms II

Answer»

Right option is (a) False

The best explanation: LSD radix is not an in-place sorting algorithm. It needs extra memory to STORE the elements in bucket and its worst case space complexity is O(W + R).



Discussion

No Comment Found

Related InterviewSolutions