binary heap


Get Babylon's Translation Software! Free Download Now!

Wikipedia English - The Free EncyclopediaDownload this dictionary
Binary heap
Binary heaps are a particularly simple kind of heap data structure created using a binary tree. It can be seen as a binary tree with two additional constraints:The shape property: all levels of the tree, except possibly the last one (deepest) are fully filled, and, if the last level of the tree is not complete, the nodes of that level are filled from left to right.The heap property: each node is greater than or equal to each of its children according to some comparison predicate which is fixed for the entire data structure. That is to say that Every Node in the Tree satisfies a predecided Relation with its children.
See more at Wikipedia.org...

This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License

Define binary heap

Translate binary heap




binary heap in Chinese | | binary heap in German | binary heap in Japanese