Difference between revisions of "Tree structure"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(See also)
Line 10: Line 10:
 
* [[One-to-many]]
 
* [[One-to-many]]
 
* [[Structure]]
 
* [[Structure]]
 +
* [[Tree (graph theory)]]
  
 
== External Links ==
 
== External Links ==
  
 
* [https://en.wikipedia.org/wiki/Tree_structure Tree structure] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Tree_structure Tree structure] @ Wikipedia

Revision as of 17:22, 31 August 2015

In mathematics and computer science, a tree structure or tree diagram is a way of representing the hierarchical nature of a structure in a graphical form.

Description

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.

See also

External Links