1.

Cube sort is an in place sorting algorithm.(a) true(b) falseThis question was posed to me in exam.This interesting question is from Sorting topic in chapter Sorting of Data Structures & Algorithms II

Answer»

The correct answer is (b) false

The explanation is: Cube SORT has an AUXILIARY SPACE complexity of O(n). So it does not qualify to be an in-place sort.



Discussion

No Comment Found

Related InterviewSolutions