Content deleted Content added
m Added reference to "work breakdown structure" |
Minesweeper (talk | contribs) m tweaks |
||
Line 7:
The converse is not true: infinite tree structures may have a root node.
<div style="width:
The lines connecting elements are called ''branches," the elements themselves are called "[[node|nodes]]." Nodes without children are called "end-nodes" or "leaves."
Line 18:
* "Sibling" ("brother" or "sister") nodes share the same parent nodes.
* A node that is connected to all lower-level nodes is called an "ancestor."
In the example, "encyclopedia" is the parent of "science" and "culture," its children. "Art" and "craft" are siblings, and children of "culture."
Line 28:
Tree structures are used extensively in [[computer science]] and [[telecommunications]].
== Examples of tree structures ==
* Internet: [[usenet hierarchy]], [[Yahoo!
* Information management: [[Dewey Decimal System]]
* Management: hierarchical [[organization]]al structures
Line 40 ⟶ 38:
* Project management: [[work breakdown structure]]
See also: [[B-tree]],
▲See: [[tree (graph theory)]], [[tree data structure]], [[B tree]]
|