The Heap Property

The preceding heap has this property: (A heap could also be arranged so that the key of every node is greater than that of its children.)

Compare this property to the binary search tree property:

The binary search tree property imposes a total ordering on all of its nodes.

The heap property imposes a partial ordering on all of its nodes, but a total ordering on the nodes of each branch.