Unveiling Heap
Jun 26, 2023 路 3 min read 路 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...
Join discussion

