Binary Heaps

Home > Computer Science > Algorithms and data structures > Heaps > Binary Heaps

A binary heap is a complete binary tree in which the keys of parent nodes are always greater than or equal to those of its children.