Difference between revisions of "Tree structure"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→See also) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
== Document Object Model == | == Document Object Model == | ||
− | The [[Document Object Model]] uses a tree structure | + | The [[Document Object Model]] uses a tree structure. |
== Graph theory == | == Graph theory == | ||
− | See [[Graph theory | + | See [[Graph theory]] and [[Tree (graph theory)]]. |
== See also == | == See also == | ||
Line 21: | Line 21: | ||
* [[One-to-many]] | * [[One-to-many]] | ||
* [[Structure]] | * [[Structure]] | ||
+ | * [[Tree (data structure)]] | ||
* [[Tree (graph theory)]] | * [[Tree (graph theory)]] | ||
Line 26: | Line 27: | ||
* [https://en.wikipedia.org/wiki/Tree_structure Tree structure] @ Wikipedia | * [https://en.wikipedia.org/wiki/Tree_structure Tree structure] @ Wikipedia | ||
+ | |||
+ | [[Category:Computer science]] | ||
+ | [[Category:Graph theory]] | ||
+ | [[Category:Mathematics]] | ||
+ | [[Category:Structures]] |
Latest revision as of 17:07, 25 April 2016
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.
Document Object Model
The Document Object Model uses a tree structure.
Graph theory
See Graph theory and Tree (graph theory).
See also
- Analogy
- Document Object Model
- Graph theory
- Hierarchy
- One-to-many
- Structure
- Tree (data structure)
- Tree (graph theory)
External Links
- Tree structure @ Wikipedia