搜索树 meaning in Chinese
search tree
Examples
- On the subtrees of random binary search trees
随机二叉搜索树的子树 - A binary search tree is a binary tree with the following properties
二进制搜索树( bst )是具有以下属性的二进制树: - Binary search trees are useful for finding items in a list that changes infrequently
二叉搜索树在查找经常变化的列表时是很非常有用的。 - The algorithm provides the possibility of reducing the size of the search tree and running time
该算法从理论上提供了减小搜索树的规模及运行时间的可能性。 - Simple binary tree class - binary search trees are useful for finding items in a list that changes infrequently
二叉搜索树在查找经常变化的列表时是很非常有用的。