Question: In a max-heap, which property must be maintained?
Options:
Correct Answer: The parent node is always greater than or equal to its children
Solution:
In a max-heap, each parent node must be greater than or equal to its children to maintain the heap property.