Translation of binary search from English into Chinese
Noun
technology
- Binary search is faster than linear search in large datasets.在大型数据集中,二分查找比线性查找更快。
Examples of binary search in a sentence
Students learn binary search in computer science classes.
Translations of "binary search" in Context ordered by category and frequency
In computer science, an AVL tree is a self-balancing binary search tree.
平衡树 是计算机科学中的一类改进的二叉查找树 。
Editing Self-balancing binary search tree (section)
(重定向自自平衡二叉查找树 )
Algorithms taking logarithmic time are commonly found in operations on binary trees or when using binary search.
常见的具有对数时间的算法有二叉树 的相关操作和二分搜索 。
If a difference in parity is found then a binary search is performed to find and correct the error.
如果发现奇偶校验有差异,则执行二分搜索来查找和纠正错误。
Binary Search Tree, Bucket, Sliding Window
考点:二叉搜索树、Bucket、滑动窗口问题
binary search: Examples and translations in context
However, they work well in practice, and the randomized balancing scheme has been argued to be easier to implement than the deterministic balancing schemes used in balanced binary search trees.
但是在实际中它通常工作良好,随机化平衡方案也比平衡二叉查找树等数据结构中使用的确定性平衡方案容易实现。
Although specialized data structures designed for fast searching, such as hash tables, can be searched more efficiently, binary search applies to a wider range of problems.
尽管特定的、为了快速搜索而设计的数据结构更有效(比如哈希表),二分搜索应用面更广。
With the switched capacitor circuit running, the iDAC uses a binary search to determine the value at which the voltage on the bus remains constant.
当开关电容器电路运行时,iDAC 使用二叉搜索确定使总线电压保持恒定的电压值。
Binary search trees are a fundamental data structure used to construct more abstract data structures such as sets, multisets, and associative arrays.
二叉查找树是基础性数据结构,用于构建更为抽象的数据结构,如集合、多重集、关联数组等。
Binary search operations (on sorted ranges)
二分搜索操作(在已排序范围上)
Objects also give users the opportunity to create even more specialized data structures. With it, one can design their own List, Binary Search Tree, Heap, Splay Tree, Graph, Disjoint Set, and any host of other options.
对象还让用户有机会创建更专门化的数据结构。有了它,一个人可以设计自己的列表、二叉搜索树、堆、散列树、图、不相交集、以及其他选择。
The binary search tree and B-tree data structures are based on binary search.
二分搜索树和B树数据结构就是基于二分搜索的。
See also: