Tree structure

Tree structure
A tree structure showing the possible hierarchical organization of an encyclopedia.
The original Encyclopédie actually used a tree diagram to show which way its subjects were ordered.

A tree structure 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 an actual tree, with the "root" 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 (data structure) for computer science: insofar as it relates to graph theory, see tree (graph theory), or also tree (set theory). Other related pages are listed below.

Contents

Nomenclature and properties

Every finite tree structure has a member that has no superior. This member is called the "root" or root node. It can be thought of as the starting node. The converse is not true: infinite tree structures may or may not have a root node.

The lines connecting elements are called "branches", the elements themselves are called "nodes". Nodes without children are called leaf nodes, "end-nodes", or "leaves".

The names of relationships between nodes are modeled after family relations. The gender-neutral names "parent" and "child" have largely displaced the older "father" and "son" terminology, although the term "uncle" is still used for other nodes at the same level as the parent.

  • A node's "parent" is a node one step higher in the hierarchy (i.e. closer to the root node) and lying on the same branch.
  • "Sibling" ("brother" or "sister") nodes share the same parent node.
  • A node's "uncles" are siblings of that node's parent.
  • A node that is connected to all lower-level nodes is called an "ancestor".

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", being the root of the tree, is the ancestor of "science", "culture", "art" and "craft". Finally, "science", "art" and "craft", being leaves, are ancestors of no other node.

Tree structures are used to 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 (a key example being S → NP VP, meaning a sentence is a noun phrase and a verb phrase, with each in turn having other components which have other components), the way web pages are logically ordered in a web site, mathematical trees of integer sets, et cetera.

In a tree structure there is one and only one path from any point to any other point.

Tree structures are used extensively in computer science (see Tree (data structure) and telecommunications.)

For a formal definition see set theory.

Examples of tree structures

Representing trees

A tree map used to represent a directory structure as a nested set.

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:

        encyclopedia
          /      \
      science  culture
                /   \
              art  craft

Nested sets

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

      +------encyclopedia------+
      |          +--culture--+ |
      | science  |art   craft| |
      |          +-----------+ |
      +------------------------+

Layered "icicle" diagrams

Layered "icicle" diagrams that use alignment/adjacency:

      +-------------------+
      |   encyclopedia    |
      +---------+---------+
      | science | culture |
      +---------+---+-----+
                |art|craft|
                +---+-----+

Outlines and tree views

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

      encyclopedia
         science
         culture
            art
            craft

Nested parentheses

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

(science,(art,craft)culture)encyclopedia

or:

encyclopedia(culture(art,craft),science)

Also, trees can be represented radially.

See also

Kinds of trees
Related articles

References

Further reading

Identification of some of the basic styles of tree structures can be found in:

  • Jacques Bertin, Sémiologie graphique, 1967, Éditions Gauthier-Villars, Paris (2nd edition 1973, English translation 1983);
  • Donald E. Knuth, The Art of Computer Programming, Volume I: Fundamental Algorithms, 1968, Addison-Wesley, pp. 309–310;
  • Brian Johnson and Ben Shneiderman, Tree-maps: A space-filling approach to the visualization of hierarchical information structures, in Proceedings of IEEE Visualization (VIS), 1991, pp. 284–291;
  • Peter Eades, Tao Lin, and Xuemin Lin, Two Tree Drawing Conventions, International Journal of Computational Geometry and Applications, 1993, volume 3, number 2, pp. 133–153.

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Tree Structure —   [dt. Baumstruktur], Baum …   Universal-Lexikon

  • tree structure — medžio struktūra statusas T sritis automatika atitikmenys: angl. tree structure vok. baumförmige Struktur, f; Baumstruktur, f rus. древовидная структура, f pranc. arborescence, f; structure arborescente, f …   Automatikos terminų žodynas

  • tree structure — …   Useful english dictionary

  • pine-tree structure — dendritinė sandara statusas T sritis fizika atitikmenys: angl. dendritic structure; pine tree structure vok. dendritische Struktur, f; Dendritstruktur, f; Tannenbaumstruktur, f rus. дендритное строение, n pranc. structure dendritique, f …   Fizikos terminų žodynas

  • Tree — /tree/, n. Sir Herbert Beerbohm /bear bohm/, (Herbert Beerbohm), 1853 1917, English actor and theater manager; brother of Max Beerbohm. * * * I Woody perennial plant. Most trees have a single self supporting trunk containing woody tissues, and in …   Universalium

  • Tree rearrangement — Tree rearrangements are used in heuristic algorithms devoted to searching for an optimal tree structure. They can be applied to any set of data that are naturally arranged into a tree, but have most applications in computational phylogenetics,… …   Wikipedia

  • tree — treelike, adj. /tree/, n., v., treed, treeing. n. 1. a plant having a permanently woody main stem or trunk, ordinarily growing to a considerable height, and usually developing branches at some distance from the ground. 2. any of various shrubs,… …   Universalium

  • Tree (data structure) — A simple unordered tree; in this diagram, the node labeled 7 has two children, labeled 2 and 6, and one parent, labeled 2. The root node, at the top, has no parent. In computer science, a tree is a widely used data structure that emulates a… …   Wikipedia

  • Tree (graph theory) — Trees A labeled tree with 6 vertices and 5 edges Vertices v Edges v 1 Chromatic number …   Wikipedia

  • Tree (disambiguation) — A tree is a woody plant.Tree may also refer to: *Tree structure, a way of representing the hierarchical nature of a structure in a graphical form *Tree (data structure), a widely used computer data structure that emulates a tree structure with a… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”