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 the type of heap there are Max Heap or Min Heap. Max Heap can be defined as a binary tree where the ro...
shagunmengi.hashnode.dev3 min read
No responses yet.