140 likes | 378 Views
Properties:The value in each node is less than all values in the node's subtrees. Min Heap. Insert the new item in the next position at the bottom of the heap (i.e. at the last row).While the new item is not at the root and the new item is larger than its parent- Swap the new item's value with i
E N D
1. Properties: The value in each node is greater than all values in the nodes subtrees Complete tree!(fills up fromleft to right) Max Heap