请输入您要查询的字词:

 

单词 binary tree
释义
binary tree

Mathematics
  • See tree.


Computer
  • 1. A tree in which each node has at most two subtrees, called the left and right subtrees of the node. At level h of a binary tree there is a maximum of 2h nodes. A binary tree of depth d thus has at most (2d+1 –1) nodes and one with n nodes has a minimum depth of log2n.

    The term binary tree is also used to describe any (ordered) tree of degree two.

    2. Any data structure used to represent a binary tree. Each node is usually represented by pointers to the left and right subtrees as well as to the data value associated with the node. The binary tree can then be represented as a pointer to its root node.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/6/30 23:16:31