binary search

如果它们不相等
常用释义
二分查找:一种在有序数组中查找特定值的算法。它通过将目标值与数组的中间元素进行比较,如果它们不相等,则可以排除目标值不可能存在的那一半,并在剩余的一半上重复进行比较,直到找到目标值或确定目标值不存在为止。

例句

1·OK. That's the basic idea of binary search.

好了,这就是二分查找的基本思想。

2·Red-black tree is a self-balancing binary search tree.

红黑树 是一个自平衡的二叉查找树。

3·Implement an iterator over a binary search tree (BST).

实现一个二叉搜索树(BST)的迭代器。

4·Which search is faster, binary search or using prefix tree?

二进制搜索或者搜索速度更快,使用前缀树吗?

5·Binary Search tree pre -, in -, post-order traversal for given tree.

二进制搜索树前,在-,邮政汇票遍历树。

6·The results show that it is more effective than the binary search tree.

结果表明,它比二元查找树更为有效。

7·How to use binary search to find the first non-null element in an array?

如何使用二进制搜索来找到数组中第一个非空元素呢?

8·A binary search tree (BST) is a binary tree with the following properties.

二进制搜索树(BST)是具有以下属性的二进制树。

9·In this article, I will show you how to use the Binary Search Tree to store data.

在这篇文章中,我将告诉你如何使用二进制搜索树来存储数据。

10·Based on the analysis of binary search method, a new search method is put forward.

在分析二分搜索方法基础上,提出了一种新的搜索方法。