Question: In a max-heap, which of the following is true about the root node?
Options:
Correct Answer: It is the largest element
Solution:
In a max-heap, the root node is always the largest element, as the heap property ensures that each parent node is greater than or equal to its children.