1.

Which of the following is an example of parallel sorting technique?(a) bogo sort(b) sleep sort(c) cube sort(d) merge sortI have been asked this question in exam.My doubt is from Sorting topic in section Sorting of Data Structures & Algorithms II

Answer»

Correct answer is (c) cube sort

Easy explanation - Out of the GIVEN OPTIONS only cube sort is a parallel sorting algorithm. It builds self balancing MULTI DIMENSIONAL arrays from the INPUT keys.



Discussion

No Comment Found

Related InterviewSolutions