Heaps

Home > Computer Science > Programming Languages > Algorithms and Data Structures > Heaps

A special kind of binary tree where each level except the bottom-most one is filled, with a partial fill on the bottom-most level.