<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Tree_structure</id>
	<title>Tree structure - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Tree_structure"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Tree_structure&amp;action=history"/>
	<updated>2026-06-25T23:12:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=Tree_structure&amp;diff=27881&amp;oldid=prev</id>
		<title>~2025-33345-64: Undid revision 1319935999 by 46.31.85.205 (talk). Random characters were added in this revision for no particular reason</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Tree_structure&amp;diff=27881&amp;oldid=prev"/>
		<updated>2025-11-15T05:41:15Z</updated>

		<summary type="html">&lt;p&gt;Undid revision &lt;a href=&quot;/index.php/Special:Diff/1319935999&quot; title=&quot;Special:Diff/1319935999&quot;&gt;1319935999&lt;/a&gt; by &lt;a href=&quot;/index.php/Special:Contributions/46.31.85.205&quot; title=&quot;Special:Contributions/46.31.85.205&quot;&gt;46.31.85.205&lt;/a&gt; (&lt;a href=&quot;/index.php?title=User_talk:46.31.85.205&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:46.31.85.205 (page does not exist)&quot;&gt;talk&lt;/a&gt;). Random characters were added in this revision for no particular reason&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{short description|Way of representing the hierarchical nature of a structure in a graphical form}}&lt;br /&gt;
{{more footnotes|date=July 2014}}&lt;br /&gt;
[[File:Binary tree structure.svg|300px|thumb|A tree structure showing the possible hierarchical organization of an encyclopedia]]&lt;br /&gt;
[[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.]]&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;tree structure&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;tree diagram&amp;#039;&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;&amp;#039;tree model&amp;#039;&amp;#039;&amp;#039; is a way of representing the [[hierarchy|hierarchical]] nature of a [[structure]] in a graphical form. It is named a &amp;quot;tree structure&amp;quot; because the classic [[#Representing trees|representation]] resembles a [[tree]], although the chart is generally upside down compared to a biological tree, with the &amp;quot;stem&amp;quot; at the top and the &amp;quot;leaves&amp;quot; at the bottom.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Terminology and properties==&lt;br /&gt;
The tree elements are called &amp;quot;[[Node (computer science)|node]]s&amp;quot;.&lt;br /&gt;
The lines connecting elements are called &amp;quot;branches&amp;quot;. &lt;br /&gt;
Nodes without children are called [[leaf node]]s, &amp;quot;end-nodes&amp;quot;, or &amp;quot;leaves&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Every [[Finite set|finite]] tree structure has a member that has no [[superior (hierarchy)|superior]]. This member is called the &amp;quot;root&amp;quot; or [[root node]]. The root is the starting node. But the converse is not true: infinite tree structures may or may not have a root node.&lt;br /&gt;
&lt;br /&gt;
The names of relationships between nodes model the [[kinship terminology]] of family relations. The gender-neutral names &amp;quot;parent&amp;quot; and &amp;quot;child&amp;quot; have largely displaced the older &amp;quot;father&amp;quot; and &amp;quot;son&amp;quot; terminology. The term &amp;quot;uncle&amp;quot; is still widely used for other nodes at the same level as the parent, although it is sometimes replaced with gender-neutral terms like &amp;quot;ommer&amp;quot;.&amp;lt;ref&amp;gt;{{cite web |title=Ethereum Glossary |url=https://github.com/ethereum/wiki/wiki/Glossary |website=GitHub |access-date=17 April 2019 |archive-date=25 April 2019 |archive-url=https://web.archive.org/web/20190425135357/https://github.com/ethereum/wiki/wiki/Glossary |url-status=live }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* A node&amp;#039;s &amp;quot;parent&amp;quot; is a node one step higher in the hierarchy (i.e. closer to the root node) and lying on the same branch.&lt;br /&gt;
* &amp;quot;Sibling&amp;quot; (&amp;quot;brother&amp;quot; or &amp;quot;sister&amp;quot;) nodes share the same parent node.&lt;br /&gt;
* A node&amp;#039;s &amp;quot;uncles&amp;quot; (sometimes &amp;quot;ommers&amp;quot;) are siblings of that node&amp;#039;s parent.&lt;br /&gt;
* A node that is connected to all lower-level nodes is called an &amp;quot;ancestor&amp;quot;.  The connected lower-level nodes are &amp;quot;descendants&amp;quot; of the ancestor node.&lt;br /&gt;
&lt;br /&gt;
In the example, &amp;quot;encyclopedia&amp;quot; is the parent of &amp;quot;science&amp;quot; and &amp;quot;culture&amp;quot;, its children.  &amp;quot;Art&amp;quot; and &amp;quot;craft&amp;quot; are siblings, and children of &amp;quot;culture&amp;quot;, which is their parent and thus one of their ancestors.  Also, &amp;quot;encyclopedia&amp;quot;, as the root of the tree, is the ancestor of &amp;quot;science&amp;quot;, &amp;quot;culture&amp;quot;, &amp;quot;art&amp;quot; and &amp;quot;craft&amp;quot;.  Finally, &amp;quot;science&amp;quot;, &amp;quot;art&amp;quot; and &amp;quot;craft&amp;quot;, as leaves, are ancestors of no other node.&lt;br /&gt;
&lt;br /&gt;
Tree structures can depict all kinds of [[Taxonomy (general)|taxonomic]] knowledge, such as [[family tree]]s, the biological [[evolutionary tree]], the [[Indo-European languages#Classification|evolutionary tree of a language family]], the [[Generative grammar#Context-free grammars|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, [[Tree of primitive Pythagorean triples|mathematical trees of integer sets]], et cetera.&lt;br /&gt;
&lt;br /&gt;
The [[Oxford English Dictionary]] records use of both the terms &amp;quot;tree structure&amp;quot; and &amp;quot;tree-diagram&amp;quot; from 1965 in [[Noam Chomsky]]&amp;#039;s &amp;#039;&amp;#039;[[Aspects of the Theory of Syntax]]&amp;#039;&amp;#039;.&amp;lt;ref&amp;gt;&lt;br /&gt;
{{OED | tree}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a tree structure there is one and only one [[path (graph theory)|path]] from any point to any other point.&lt;br /&gt;
&lt;br /&gt;
[[Computer science]] uses tree structures extensively (&amp;#039;&amp;#039;see&amp;#039;&amp;#039; [[Tree (data structure)]] and [[telecommunications]].)&lt;br /&gt;
&lt;br /&gt;
For a formal definition see [[Tree (set theory)|set theory]], and for a generalization in which children are not necessarily successors, see [[prefix order]].&lt;br /&gt;
&lt;br /&gt;
== Examples of tree structures ==&lt;br /&gt;
[[File:Tree Map.png|thumb|A tree map used to represent a [[directory structure]] as a [[nested set]] ]]&lt;br /&gt;
[[File:1934-Thermionic-Tube-Chart.jpg|thumb|A diagram in the shape of a tree illustrating the &amp;quot;evolution&amp;quot; of thermionic tubes (a type of vacuum tube) between 1883 and 1934]]&lt;br /&gt;
&lt;br /&gt;
* Internet:&lt;br /&gt;
** [[usenet hierarchy]]&lt;br /&gt;
** [[Document Object Model]]&amp;#039;s logical structure,&amp;lt;ref&amp;gt;{{cite web |url=http://www.w3.org/TR/DOM-Level-2-Core/introduction.html |title=What is the Document Object Model? |access-date=2006-12-05 |work=W3C Architecture domain |archive-date=2012-02-12 |archive-url=https://web.archive.org/web/20120212033934/http://www.w3.org/TR/DOM-Level-2-Core/introduction.html |url-status=live }}&amp;lt;/ref&amp;gt; [[Yahoo!]] subject index, [[Curlie]]&lt;br /&gt;
* [[Operating system]]: [[directory structure]]&lt;br /&gt;
* Information management: [[Dewey Decimal Classification|Dewey Decimal System]], [[Polythematic Structured Subject Heading System|PSH]], this hierarchical bulleted list&lt;br /&gt;
* Management: hierarchical [[organization]]al structures&lt;br /&gt;
* Computer science:&lt;br /&gt;
** [[binary search tree]]&lt;br /&gt;
** [[red–black tree]]&lt;br /&gt;
** [[AVL tree]]&lt;br /&gt;
** [[R-tree]]&lt;br /&gt;
** [[doubly logarithmic tree]]&lt;br /&gt;
* Biology: [[evolutionary tree]]&lt;br /&gt;
* Business: [[pyramid selling scheme]]&lt;br /&gt;
* Project management: [[work breakdown structure]]&lt;br /&gt;
* Linguistics:&lt;br /&gt;
** (Syntax) [[Phrase structure rules|Phrase structure trees]]&lt;br /&gt;
** (Historical Linguistics) [[Tree model]] of language change&lt;br /&gt;
* Sports: [[business chess]], [[Bracket (tournament)|playoffs brackets]]&lt;br /&gt;
* Mathematics: [[Von Neumann universe]]&lt;br /&gt;
* Group theory: [[Descendant tree (group theory)|descendant trees]]&lt;br /&gt;
&lt;br /&gt;
== Representing trees ==&lt;br /&gt;
There are many ways of visually representing tree structures.&lt;br /&gt;
Almost always, these boil down to variations, or combinations,&lt;br /&gt;
of a few basic styles:&lt;br /&gt;
&lt;br /&gt;
=== Classical node-link diagrams ===&lt;br /&gt;
Classical node-link diagrams, that connect nodes together with line segments:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;clear:right;margin:0.2em 0 0.2em 1em;border:1px solid silver;border-radius: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; style=&amp;quot;border-collapse:collapse;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;padding:0 0.5em;&amp;quot; | encyclopedia&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding:0 0.5em;&amp;quot; | /&amp;lt;br/&amp;gt;culture&lt;br /&gt;
! style=&amp;quot;padding:0 0.5em;&amp;quot; | \&amp;lt;br/&amp;gt;science&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;padding:0 0.5em;&amp;quot; | /&amp;lt;br/&amp;gt;art&lt;br /&gt;
! style=&amp;quot;padding:0 0.5em;&amp;quot; | \&amp;lt;br/&amp;gt;craft&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Nested sets ===&lt;br /&gt;
[[Nested set collection| Nested sets]] that use enclosure or containment to show parenthood; examples include [[treemapping|TreeMaps]], [[fractal space map|fractal maps]], and [[Euler diagram|Euler diagrams]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;clear:right;text-align:center;margin:0.2em 0 0.2em 1em;padding:0.5em 1em 1em 1em;border:1px solid silver;border-radius: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; style=&amp;quot;border-collapse:collapse;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! height=&amp;quot;8px&amp;quot; | [[File:Blank.png]]&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | encyclopedia&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;20px&amp;quot; style=&amp;quot;border-width:1px 0 0 1px;border-style:solid;&amp;quot; | [[File:Blank.png]]&lt;br /&gt;
! width=&amp;quot;20px&amp;quot; style=&amp;quot;border-width:1px 1px 0 0;border-style:solid;&amp;quot; | [[File:Blank.png]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-width:0 1px 1px 1px;border-style:solid;&amp;quot; |&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; style=&amp;quot;border-collapse:collapse;margin:0 0.5em 0.5em 0.5em;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! height=&amp;quot;8px&amp;quot; | [[File:Blank.png]]&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | culture&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;border-width:1px 0 0 1px;border-style:solid;&amp;quot; | [[File:Blank.png]]&lt;br /&gt;
! style=&amp;quot;border-width:1px 1px 0 0;border-style:solid;&amp;quot; | [[File:Blank.png]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;border-width:0 1px 1px 1px;border-style:solid;&amp;quot; | art &amp;amp;nbsp; craft&lt;br /&gt;
|}&lt;br /&gt;
! science&amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Layered &amp;quot;icicle&amp;quot; diagrams ===&lt;br /&gt;
Layered &amp;quot;icicle&amp;quot; diagrams that use alignment/adjacency.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;clear:right;text-align:center;margin:0.2em 0 0.2em 1em;padding:1em;border:1px solid silver;border-radius: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;border:none;border-collapse:collapse;rules:all;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | encyclopedia&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | culture&lt;br /&gt;
! science&lt;br /&gt;
|-&lt;br /&gt;
! art&lt;br /&gt;
! craft&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Outlines and tree views ===&lt;br /&gt;
{{anchor|Outlines|Tree views}}&lt;br /&gt;
Lists or diagrams that use indentation, sometimes called &amp;quot;[[Outline (hierarchical)|outline]]s&amp;quot; or &amp;quot;[[tree view]]s&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
An outline:&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;clear:right;margin:0.2em 0 0.2em 1em;padding:0 1em;border:1px solid silver;border-radius: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;encyclopedia&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
::&amp;#039;&amp;#039;&amp;#039;culture&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:::&amp;#039;&amp;#039;&amp;#039;art&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:::&amp;#039;&amp;#039;&amp;#039;craft&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
::&amp;#039;&amp;#039;&amp;#039;science&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
A tree view:&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;margin:0.2em 0 0.2em 1em;padding:0 1em;border:1px solid silver;border-radius: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;encyclopedia&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;culture&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
***&amp;#039;&amp;#039;&amp;#039;art&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
***{{Tree list/final branch}}&amp;#039;&amp;#039;&amp;#039;craft&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**{{Tree list/final branch}}&amp;#039;&amp;#039;&amp;#039;science&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
{{clear right}}&lt;br /&gt;
&lt;br /&gt;
=== Nested parentheses ===&lt;br /&gt;
{{See also|Newick format|Dyck language}}&lt;br /&gt;
A correspondence to nested parentheses was first noticed by Sir [[Arthur Cayley]]:&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;clear:right;text-align:center;margin:0.2em 0 0.2em 1em;padding:0 1em;border:1px solid silver;border-radius: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;((art,craft)culture,science)encyclopedia&amp;#039;&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
or&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;encyclopedia(culture(art,craft),science)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Radial trees ===&lt;br /&gt;
{{See also|Radial tree}}&lt;br /&gt;
Trees can also be [[Radial tree|represented radially]]:&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;clear:right;margin:0.2em 0 0.2em 1em;border:1px solid silver;border-radius: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; style=&amp;quot;border-collapse:collapse;margin:1em;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! art&amp;lt;br/&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; \&lt;br /&gt;
! craft&amp;lt;br/&amp;gt;/ &amp;amp;nbsp; &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | culture&amp;lt;br/&amp;gt;|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-size:125%;&amp;quot; | encyclopedia&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | |&amp;lt;br/&amp;gt;science&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
;Kinds of trees:&lt;br /&gt;
* [[B-tree]]&lt;br /&gt;
* [[Dancing tree]]&lt;br /&gt;
* [[Decision tree]]&lt;br /&gt;
* [[Left-child right-sibling binary tree]]&lt;br /&gt;
* [[Porphyrian tree]]&lt;br /&gt;
* [[Tree (data structure)]]&lt;br /&gt;
* [[Tree (graph theory)]]&lt;br /&gt;
* [[Tree (set theory)]]&lt;br /&gt;
&lt;br /&gt;
;Related articles:&lt;br /&gt;
* [[Data drilling]]&lt;br /&gt;
* [[Hierarchical model]]: [[Hierarchical clustering|clustering]] and [[Hierarchical query|query]]&lt;br /&gt;
* [[Tree testing]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Further reading ==&lt;br /&gt;
Identification of some of the basic styles of tree structures can be found in:&lt;br /&gt;
*[[Jacques Bertin]], &amp;#039;&amp;#039;Semiology of Graphics&amp;#039;&amp;#039;, 1983,  University of Wisconsin Press (2nd edition 1973, {{ISBN|978-0299090609}};&lt;br /&gt;
*{{cite book |author=[[Donald E. Knuth]] |title=[[The Art of Computer Programming]] |series=Volume 1: Fundamental Algorithms |year=1968 |publisher=Addison-Wesley |pages=309–310}}&lt;br /&gt;
*Brian Johnson and [[Ben Shneiderman]], &amp;quot;[https://ieeexplore.ieee.org/document/175815 Tree-maps: A space-filling approach to the visualization of hierarchical information structures]&amp;quot;, in &amp;#039;&amp;#039;Proceedings of IEEE Visualization (VIS)&amp;#039;&amp;#039;, 1991, pp.&amp;amp;nbsp;284–291, {{ISBN|0-8186-2245-8}};&lt;br /&gt;
*[[Peter Eades]], Tao Lin, and Xuemin Lin, &amp;quot;Two Tree Drawing Conventions&amp;quot;, &amp;#039;&amp;#039;International Journal of Computational Geometry and Applications&amp;#039;&amp;#039;, 1993, volume 3, number 2, pp.&amp;amp;nbsp;133–153.&lt;br /&gt;
*{{cite book |author1=Manuel Lima |author1-link=Manuel Lima |title=The Book of Trees: Visualizing Branches of Knowledge|date=2014 |publisher=Princeton Architectural Press |location=New York |isbn=978-1-616-89218-0 |edition=1st}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
{{Commons|Tree diagram}}&lt;br /&gt;
* [http://www.trex.uqam.ca Visualization of phylogenetic trees on the T-REX server]&lt;br /&gt;
* [http://www.stcwdc.org/PDF/newsletter_may05.pdf Using a tree structure to design a business process] – from the [[Society for Technical Communication]]&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Tree Structure}}&lt;br /&gt;
[[Category:Trees (data structures)]]&lt;br /&gt;
[[Category:Conceptual models]]&lt;br /&gt;
&lt;br /&gt;
[[de:Baum (Datenstruktur)]]&lt;br /&gt;
[[pl:Struktura drzewiasta]]&lt;/div&gt;</summary>
		<author><name>~2025-33345-64</name></author>
	</entry>
</feed>