binary tree search
常见例句
- A binary search tree (BST) is a binary tree with the following properties
二进制搜索树 (BST) 是具有以下属性的二进制树 - It maintains the free space in heap as nodes in a Cartesian binary search tree format.
它按照 Cartesian 二分法检索树格式以节点的形式维护堆中的空闲空间。 - In the above example, a simple hashmap or binary search tree could have easily solved the problem, but implementing one of these data structures in XSL would be inconvenient and unnecessary.
在上面的示例中,如果使用一个简单的散列图(hashmap)或二进制搜索树就可以轻易地解决问题,但是用 XSL 实现一个这样的数据结构并不是很方便,并且是不必要的。 返回 binary tree search