1.

Which of the following is a disadvantage of cube sort?(a) high memory overhead for small data(b) high memory overhead for any data(c) balancing is slow(d) Iteration is slowI have been asked this question in an international level competition.My question comes from Sorting topic in division Sorting of Data Structures & Algorithms II

Answer»

The correct answer is (a) HIGH memory overhead for small DATA

To explain: In a GENERAL CASE the memory overhead of cube sort is low. But when the data set is small then in that case the memory overhead becomes high.



Discussion

No Comment Found

Related InterviewSolutions