Tree structure: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
Undid revision 1263379248 by 49.184.211.47 (talk) - rv unexplained removal of wikilinks.
Line 2:
{{more footnotes|date=July 2014}}
[[File:Binary tree structure.svg|300px|thumb|A tree structure showing the possible hierarchical organization of an encyclopedia]]
[[File:ENC SYSTEME FIGURE.jpeg|300px|thumb|The original [[Encyclopédie]] (1752) used a tree diagram to show the way in which its subjects were ordered.]]
A '''tree structure''', '''tree diagram''', or '''tree model''' is a way of representing the [[hierarchy|hierarchical]] nature of a [[structure]] in a graphical form. It is named a "tree structure" because the classic [[#Representing trees|representation]] resembles a [[tree]], 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, see [[Tree (data structure)]] for computer science; insofar as it relates to graph theory, see [[tree (graph theory)]] or [[tree (set theory)]]. Other related articles are listed below.
 
==Terminology and properties==