Difference between revisions of "Tree"
Jump to navigation
Jump to search
DavidB4-bot (talk | contribs) (→top: clean up) |
(Clarified due to the different meanings of Tree.) |
||
| Line 1: | Line 1: | ||
| − | + | A '''tree''' is a tall [[Tree (plant)|plant]], usually with roots, a trunk, branches, and [[leaf|leaves]]. | |
| − | + | In [[mathematics]], a '''tree''' is a [[graph]] with no cycles, so called because these graphs often resemble natural trees. | |
| − | + | [[Tree (data structure)|Tree]]s can be implemented on computers as [[data structure]]s used to perform functions. | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== References == | == References == | ||
<references /> | <references /> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 22:36, November 16, 2018
A tree is a tall plant, usually with roots, a trunk, branches, and leaves.
In mathematics, a tree is a graph with no cycles, so called because these graphs often resemble natural trees.
Trees can be implemented on computers as data structures used to perform functions.