#heap
Read more stories on Hashnode
Articles with this tag
Heap is a special tree structure in which each parent node is less than or equal to its child node. Then, it is called a Min Heap. If each parent node...