1.

Stooge sort is a comparison based sorting algorithm.(a) true(b) falseI got this question in an interview for job.My doubt stems from Sorting topic in section Sorting of Data Structures & Algorithms II

Answer»

Correct answer is (a) true

Easiest explanation - Stooge 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