#heap
Read more stories on Hashnode
Articles with this tag
A heap is a special type of tree-based data structure in which the tree is a complete binary tree. This means that it is a binary tree in which every...