Why is heap sort preferred over merge sort for introsort implementation?
(a) Because heap sort is faster
(b) Because heap sort requires less space
(c) Because heap sort is easy to implement
(d) Because heap sort is easy to understand
I had been asked this question by my college director while I was bunking the class.
Query is from Sorting in division Sorting of Data Structures & Algorithms II