In a max-heap, which node property is true?
A. Every parent node is greater than or equal to its children.
B. Every parent node is less than or equal to its children.
C. All nodes have the same value.
D. The root node is always the smallest element.
Answer: Option A
Join The Discussion