binary search meaning in Chinese
对半检索
对分查找
对分检索
对分搜索,折半查找
二分查找
二分搜寻法
二元搜寻
折半查找法
折半检索
Examples
- A binary search tree is a binary tree with the following properties
二进制搜索树( bst )是具有以下属性的二进制树: - This method performs a binary search ; therefore , this method is an o log
此方法执行二进制搜索;因此,此方法是运算复杂度为o ( log - Binary search tree
二叉查找树 - Binary search trees are useful for finding items in a list that changes infrequently
二叉搜索树在查找经常变化的列表时是很非常有用的。 - Binary search performing a binary search requires that the elements in the array be sorted
二进制搜索执行二进制搜索要求数组中的元素已经排序。