Question: In which scenario does Heap Sort perform better than Quick Sort?
Options:
Correct Answer: When memory usage is a concern
Solution:
Heap Sort performs better than Quick Sort when memory usage is a concern, as it is an in-place sorting algorithm.