If you're new to this blog, it would be great if you could check out the posts on Binary Trees, BSTs, and AVLs.
Binary Tree , BST, AVL
Let's get started!
A Binary Heap is a Binary Tree with following properties:
A binary heap can be a Min heap or Ma...