Question: What is the main disadvantage of using Heap Sort?
Options:
Correct Answer: It is not stable
Solution:
The main disadvantage of Heap Sort is that it is not a stable sorting algorithm, which can be a drawback in certain applications.