Binary Tree

In computer science, a binary tree is a tree data structure in which each node has at most two child nodes, usually distinguished as "left" and "right". Nodes with children are parent nodes, and child nodes may contain references to their parents. Outside the tree, there is often a reference to the "root" node (the ancestor of all nodes), if it exists. Any node in the data structure can be reached by starting at root node and repeatedly following references to either the left or right child. A tree which does not have any node other than root node is called a null tree. In a binary tree a degree of every node is maximum two. A tree with n nodes has exactly n−1 branches or degree.

Binary trees are used to implement binary search trees and binary heaps.

Read more about Binary Tree:  Definitions For Rooted Trees, Types of Binary Trees, Properties of Binary Trees, Common Operations, Type Theory, Definition in Graph Theory, Combinatorics

Famous quotes containing the word tree:

    But when the bowels of the earth were sought,
    And men her golden entrails did espy,
    This mischief then into the world was brought,
    This framed the mint which coined our misery.
    ...
    And thus began th’exordium of our woes,
    The fatal dumb-show of our misery;
    Here sprang the tree on which our mischief grows,
    The dreary subject of world’s tragedy.
    Michael Drayton (1563–1631)