一 定义 二叉查找树(Binary Search Tree),也称有序二叉树(ordered binary tree),排序二叉树(sorted binary tree),是指一棵空树或者具有下列性质的二叉树: 1. 若任意节点的左子树不空,则左子树上所有结点的值均小于它的根结点的值; 2.
基于18个网页-相关网页
排序二叉树 排序二叉树(BST,Binary Search Tree)具有这样的性质:对于二叉树中的任意节点,如果它有左子树或右子树,则该节点的数据成员大于左子树所有节点...
基于4个网页-相关网页
排序二叉树 排序二叉树(BST,Binary Search Tree)具有这样的性质:对于二叉树中的任意节点,如果它有左子树或右子树,则该节点的数据成员大于左子树所有节点...
基于2个网页-相关网页
平衡排序二叉树 Sort balanced binary tree
二叉排序树 binary sort tree ; Binary Sorting Tree ; binary search tree
二叉排序树排序 Binary tree sort
二叉排序树的查找算法 Binary Tree Search ranking alg
或二叉排序树 Binary Sort trees
正如我所说,二叉树排序是一种非常有效且快速的方法。
As I said, binary trees are a very efficient and fast way of sorting.
研究了基于一种新二叉树结构的二叉排序树的生成算法,并在此算法的基础上进行时间复杂度分析。
This paper is devoted to a study of an algorithm of generating the binary-sort-tree on the new structure and, on the basis of this algorithm, an analysis is made of the time complexity.
应用推荐