Heap

Home > Mathematics > Graph theory > Tree Graphs > Heap

A binary tree data structure that satisfies the heap property: the key stored in each node is either greater than or equal to or less than or equal to the keys in the node's children.