| Wikipedia English The Free Encyclopedia | Download this dictionary |
Binary tree
In computer science, a binary tree is a tree data structure in which each node has at most two children. Typically the child nodes are called left and right. One common use of binary trees is binary search trees; another is binary heaps.
See more at Wikipedia.org...
This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License
| FOLDOC Dictionary | Download this dictionary |