1.

Tim sort is a comparison based sort.(a) true(b) falseI got this question in an online quiz.Asked question is from Sorting in chapter Sorting of Data Structures & Algorithms II

Answer»

Right answer is (a) true

Easy EXPLANATION - Merge SORT and insertion sort are comparison based sorts. Thus OVERALL Tim sort ALSO becomes a comparison based sort.



Discussion

No Comment Found

Related InterviewSolutions