From charlesreid1

Heaps are binary trees that are semi-sorted (weakly sorted). Specifically, heaps enforce the constraint that any node at a level i must be greater than any node at level i-1.

Pages in category "Heaps"

The following 3 pages are in this category, out of 3 total.