...(root node):二叉树中的第一个结点; 左子树(left subtree):数中根结点的左指针所指向的那部分; 右子树(right subtree):树中跟几点的右指针所指向的那部分; 13.8.1 二叉查找树 将数据用一种可以非常有效地实现检索的方法进行存储的树结构。
基于242个网页-相关网页
Every node in the size tree will have lesser size nodes in its left subtree and greater size nodes in the right subtree.
大小树中的每个节点都比左边子树中的节点小,比右边子树中的节点大。
Every node in the address tree will have lesser address nodes in its left subtree and higher address nodes in its right subtree.
地址树中每个节点的地址都比左边子树中的节点低,比右边子树中的节点高。
Subtree node is usually referred to as the "left sub-tree" and "the right sub-tree".
通常节点的子树被称作“左子树”和“右子树”。
应用推荐