Question: In a max-heap, which of the following statements is true?
Options:
Correct Answer: The parent is always greater than the children
Solution:
In a max-heap, the parent node is always greater than or equal to its children, maintaining the max-heap property.