1.

Heap sort is an extremely stable algorithm.(a) true(b) falseThe question was posed to me in quiz.My enquiry is from Heapsort topic in chapter Sorting of Data Structures & Algorithms II

Answer»

Correct choice is (a) true

Explanation: HEAP sort uses fewer comparisons than other sorting algorithms and HENCE it is an EXTREMELY stable algorithm.



Discussion

No Comment Found

Related InterviewSolutions