Skip to content
树

File:Tree_(computer_science).svg · Wikimedia Commons · See Wikimedia Commons

EntityQ223655· pop 49· linked from 569 articles

Also known as tree structure, tree data structure

抽象資料結構

Wikidata facts

Subclass of
data structure
Based on
tree
Depicts
tree
Image
Tree structure representation.svg
Show 6 more facts
Commons category
Tree structures
Stack Exchange tag
stackoverflow.com/tags/tree
different from
trie
maintained by WikiProject
WikiProject Mathematics
topic has template
Template:CS trees
Sources (1)

via Wikidata · CC0

Article · 中文

在計算機科學中,樹(英語:tree)是一种抽象数据类型(ADT)或是實作這種抽象数据类型的数据结构,用來模擬具有樹狀結構性質的数据集合。它是由n(n>0)个有限节点组成一个具有层次关系的集合。把它叫做“树”是因为它看起来像一棵倒挂的树,也就是说它是根朝上,而叶朝下的。它具有以下的特点: * 每个节点都只有有限个子节点或無子節點; * 没有父节点的节点称为根节点; * 每一个非根节点有且只有一个父节点; * 除了根节点外,每个子节点可以分为多个不相交的子树; * 樹裡面沒有環路(cycle)

Abstract from DBpedia / Wikipedia · CC BY-SA

Gallery (6)

树 · Vinony