Tree structure


A tree structure or tree diagram is a way of representing the hierarchical nature of a structure in a graphical form. It is named a "tree structure" because the classic [|representation] resembles a tree, even though the chart is generally upside down compared to a biological tree, with the "stem" at the top and the "leaves" at the bottom.
A tree structure is conceptual, and appears in several forms. For a discussion of tree structures in specific fields, see Tree for computer science: insofar as it relates to graph theory, see tree, or also tree. Other related articles are listed.

Terminology and properties

The tree elements are called "nodes".
The lines connecting elements are called "branches".
Nodes without children are called leaf nodes, "end-nodes", or "leaves".
Every finite tree structure has a member that has no superior. This member is called the "root" or root node. The root is the starting node. But the converse is not true: infinite tree structures may or may not have a root node.
The names of relationships between nodes model the kinship terminology of family relations. The gender-neutral names "parent" and "child" have largely displaced the older "father" and "son" terminology. The term "uncle" is still widely used for other nodes at the same level as the parent, although it is sometimes replaced with gender-neutral terms like "ommer".
In the example, "encyclopedia" is the parent of "science" and "culture", its children. "Art" and "craft" are siblings, and children of "culture", which is their parent and thus one of their ancestors. Also, "encyclopedia", as the root of the tree, is the ancestor of "science", "culture", "art" and "craft". Finally, "science", "art" and "craft", as leaves, are ancestors of no other node.
Tree structures can depict all kinds of taxonomic knowledge, such as family trees, the biological evolutionary tree, the evolutionary tree of a language family, the grammatical structure of a language, the way web pages are logically ordered in a web site, mathematical trees of integer sets, et cetera.
The Oxford English Dictionary records use of both the terms "tree structure" and "tree-diagram" from 1965 in Noam Chomsky's Aspects of the Theory of Syntax.
In a tree structure there is one and only one path from any point to any other point.
Computer science uses tree structures extensively
For a formal definition see set theory, and for a generalization in which children are not necessarily successors, see prefix order.

Examples of tree structures

There are many ways of visually representing tree structures.
Almost always, these boil down to variations, or combinations,
of a few basic styles:

Classical node-link diagrams

Classical node-link diagrams, that connect nodes together with line segments:

Nested sets

that use enclosure/containment to show parenthood, examples include TreeMaps and fractal maps:

Layered "icicle" diagrams

Layered "icicle" diagrams that use alignment/adjacency.

Outlines and tree views

Lists or diagrams that use indentation, sometimes called "outlines" or "tree views".
An outline:


A tree view:

  • encyclopedia
  • *culture
  • **art
  • **craft
  • *science

Nested parentheses

A correspondence to nested parentheses was first noticed by Sir Arthur Cayley:

encyclopedia

or

encyclopedia

Radial trees

Trees can also be represented radially: