Question: In a min-heap, which of the following is true about the parent and child nodes?
Options:
Correct Answer: Parent is always less than children
Solution:
In a min-heap, the parent node is always less than or equal to its children, ensuring the minimum element is at the root.