1.

Bead sort is a comparison based sorting algorithm.(a) true(b) falseThis question was posed to me in semester exam.Query is from Sorting in portion Sorting of Data Structures & Algorithms II

Answer»

The correct choice is (b) false

To EXPLAIN: Bead sort is an example of NON comparison BASED sorting algorithm. This is because it does not compare the value of elements PRESENT in a list in order to sort them.



Discussion

No Comment Found

Related InterviewSolutions