1.

Bucket sort is an in place sorting algorithm.(a) True(b) FalseThe question was asked by my college director while I was bunking the class.My question is taken from Sorting topic in division Sorting of Data Structures & Algorithms II

Answer»

Right OPTION is (b) False

Easy explanation - Bucket SORT is not an in place sorting algorithm. It requires an auxiliary SPACE of O(n k) in the worst CASE.



Discussion

No Comment Found

Related InterviewSolutions