Trees

A tree is a kind of graph, composed of nodes and links, such that:

A node can have any number of children. A node with no children is called a leaf ; a node with children is an interior node.

Trees occur in many places in computer systems and in nature.

Contents    Page-10    Prev    Next    Page+10    Index