Question: In a min-heap, which of the following statements is true?
Options:
Correct Answer: The parent node is always less than its children
Solution:
In a min-heap, the parent node is always less than or equal to its children, ensuring that the smallest element is at the root.