Translation of "binary tree" into Chinese
二叉树, 二叉樹, 二進位樹狀目錄 are the top translations of "binary tree" into Chinese.
(mathematics, computing) a data structure in which each node has at most two children, each node but the root has one parent, and there are no cycles [..]
-
二叉树
In programming, a specific type of tree data structure in which each node has at most two sub-trees, one left and one right. Binary trees are often used for sorting information; each node of the binary search tree contains a key, with values less than that key added to one subtree and values greater than that key added to the other. [..]
-
二叉樹
-
二進位樹狀目錄
In programming, a specific type of tree data structure in which each node has at most two sub-trees, one left and one right. Binary trees are often used for sorting information; each node of the binary search tree contains a key, with values less than that key added to one subtree and values greater than that key added to the other.
-
Show algorithmically generated translations
Automatic translations of "binary tree" into Chinese
-
Glosbe Translate
-
Google Translate
Phrases similar to "binary tree" with translations into Chinese
-
笛卡尔树
-
二叉搜索树
-
自平衡二叉搜索树
-
平衡二元搜尋樹
-
线索二叉树