Answer:
True is the correct answer to the given question .
Explanation:
Heap is the complete binary tree that meets the property of organizing the heap There are two types heap max heap and min heap .The value in the heap of every node is greater than or equal to its parent 's value or less then equal to the parent with there dimension of the minimum value or the maximum value just at the root.
Therefore the given statement is true .