1.

Which of the following is not an example of non comparison sort?(a) bubble sort(b) counting sort(c) radix sort(d) bucket sortI have been asked this question in homework.The doubt is from Sorting topic in portion Sorting of Data Structures & Algorithms II

Answer»

The correct option is (a) bubble sort

Best EXPLANATION: Bubble sort is not an example of non comparison sort as it NEEDS to COMPARE array ELEMENTS in ORDER to sort an array.



Discussion

No Comment Found

Related InterviewSolutions