Question: Which of the following is true about a max-heap?
Options:
Correct Answer: Both B and C
Solution:
In a max-heap, the parent node is always larger than its children, and it is also a complete binary tree.