#heap
Read more stories on Hashnode
Articles with this tag
Introduction Heap is a complete binary tree Data Structure ie every node should have a value greater than or equal to its descendants. Depending on...