1.

Strand sort is a comparison based sorting algorithm.(a) true(b) falseI have been asked this question in exam.Enquiry is from Sorting topic in chapter Sorting of Data Structures & Algorithms II

Answer»

Right OPTION is (a) true

To EXPLAIN: Pigeonhole sort is an example of a comparison based SORTING algorithm. This is because it COMPARES the value of elements present in a list in ORDER to sort them.



Discussion

No Comment Found

Related InterviewSolutions