#data-structures
Read more stories on Hashnode
Articles with this tag
Binary trees are fundamental data structures that offer a hierarchical organization of data, allowing for efficient search, insertion, and deletion...
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...