1.

Cycle sort is a comparison based sort.(a) true(b) falseThis question was posed to me in an interview for job.The origin of the question is Sorting topic in section Sorting of Data Structures & Algorithms II

Answer»

Correct option is (a) true

Easiest EXPLANATION - Cycle sort is a comparison BASED SORTING algorithm. This is because it COMPARES elements in order to sort them.



Discussion

No Comment Found

Related InterviewSolutions