Binary Heap — Part 1 (Concepts) “Hi, There” in our previous articles we learned about Binary Trees, and AVL Trees. If you miss those reads you can find them at the below links: Tree Data structure— Part-I
Fundamentalsmedium.com Tree Data structure — Part-2
Binary Treesmedium.com Binary(search) Tree
Representation, Code implementation on Creating BTree, Deleting, and Traversing Nodesmedium.com AVL Trees- Part1
Are Balanced Binary Search Treesmedium.com