Question: In a max-heap, if the root node has a value of 20, what can be the maximum value of its children?
Options:
Correct Answer: 20
Solution:
In a max-heap, the value of a parent node must be greater than or equal to its children, so the maximum value of the children can be 20.