Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Tree structure

From Wikipedia, the free encyclopedia
Way of representing the hierarchical nature of a structure in a graphical form
This article includes a list ofgeneral references, butit lacks sufficient correspondinginline citations. Please help toimprove this article byintroducing more precise citations.(July 2014) (Learn how and when to remove this message)
A tree structure showing the possible hierarchical organization of an encyclopedia
The originalEncyclopédie (1752) used a tree diagram to show the way in which its subjects were ordered.

Atree structure,tree diagram, ortree model is a way of representing thehierarchical nature of astructure in a graphical form. It is named a "tree structure" because the classicrepresentation resembles atree, although 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, seeTree (data structure) for computer science; insofar as it relates to graph theory, seetree (graph theory) ortree (set theory). Other related articles are listed below.

Terminology and properties

[edit]

The tree elements are called "nodes".The lines connecting elements are called "branches". Nodes without children are calledleaf nodes, "end-nodes", or "leaves".

Everyfinite tree structure has a member that has nosuperior. This member is called the "root" orroot 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 thekinship 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".[1]

  • 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" (sometimes "ommers") are siblings of that node's parent.
  • A node that is connected to all lower-level nodes is called an "ancestor". The connected lower-level nodes are "descendants" of the ancestor node.

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 oftaxonomic knowledge, such asfamily trees, the biologicalevolutionary tree, theevolutionary tree of a language family, thegrammatical 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.

TheOxford English Dictionary records use of both the terms "tree structure" and "tree-diagram" from 1965 inNoam Chomsky'sAspects of the Theory of Syntax.[2]

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

Computer science uses tree structures extensively (seeTree (data structure) andtelecommunications.)

For a formal definition seeset theory, and for a generalization in which children are not necessarily successors, seeprefix order.

Examples of tree structures

[edit]
A tree map used to represent adirectory structure as anested set
A diagram in the shape of a tree illustrating the "evolution" of thermionic tubes (a type of vacuum tube) between 1883 and 1934

Representing trees

[edit]

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

[edit]

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

encyclopedia
/
culture
\
science
/
art
\
craft

Nested sets

[edit]

Nested sets that use enclosure or containment to show parenthood; examples includeTreeMaps,fractal maps, andEuler diagrams:

encyclopedia
culture
art   craft
science 

Layered "icicle" diagrams

[edit]

Layered "icicle" diagrams that use alignment/adjacency.

encyclopedia
culturescience
artcraft

Outlines and tree views

[edit]

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

An outline:

encyclopedia
culture
art
craft
science

A tree view:

  • encyclopedia
    • culture
      • art
      • craft
    • science

Nested parentheses

[edit]
See also:Newick format andDyck language

A correspondence to nested parentheses was first noticed by SirArthur Cayley:

((art,craft)culture,science)encyclopedia
or
encyclopedia(culture(art,craft),science)

Radial trees

[edit]
See also:Radial tree

Trees can also berepresented radially:

art
      \
craft
/    
culture
|
encyclopedia
|
science

See also

[edit]
Kinds of trees
Related articles

References

[edit]
  1. ^"Ethereum Glossary".GitHub.Archived from the original on 25 April 2019. Retrieved17 April 2019.
  2. ^"tree".Oxford English Dictionary (Online ed.). Oxford University Press. (Subscription orparticipating institution membership required.)
  3. ^"What is the Document Object Model?".W3C Architecture domain.Archived from the original on 2012-02-12. Retrieved2006-12-05.

Further reading

[edit]

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

External links

[edit]
Wikimedia Commons has media related toTree diagram.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Tree_structure&oldid=1322252373"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp