1.

Introsort sort is a comparison based sort.(a) true(b) falseI got this question in an online quiz.I would like to ask this question from Sorting topic in division Sorting of Data Structures & Algorithms II

Answer»

Right answer is (a) true

To explain: QUICKSORT, HEAP sort and insertion sort are COMPARISON based sorts. Thus OVERALL introsort also becomes a comparison based sort.



Discussion

No Comment Found

Related InterviewSolutions