Multiple choice What is the mean of shape property of a heap data structure? It means that the node, which is the smallest of all its children, is called min heap. It means that the node, which is the largest of all its children, is called max heap. It means that the heap is a completely or nearly complete binary tree. Both (2) and (3) None of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is called Shape property of a heap.