查询
1 词典释义:
binary search
时间: 2025-11-07 16:26:07
英 [ˈbʌɪnəri səːtʃ]
美 [ˈbaɪnəri sərtʃ]

二分搜索法;<计>折半查找;折半搜寻

双语例句
  • OK. That's the basic idea of binary search.

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

  • Red-black tree is a self-balancing binary search tree.

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

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

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

  • Which search is faster, binary search or using prefix tree?

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

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

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

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

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

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

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

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

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

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

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

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

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

  • It maintains the free space in heap as nodes in a Cartesian binary search tree format.

    它按照Cartesian二分法检索树格式以节点的形式维护堆中的空闲空间。

  • OK. At the end of the lecture last time, I also showed you an example of binary search.

    好的,在上次课程的最后,我也给你们看了一个二分查找的例子。

  • The second chapter is devoted to the basic knowledge of map and random binary search tree.

    第二章介绍了图和随机二叉搜索树的基本知识。

  • In this paper, the study of random binary search tree is a random graph theories of a tree.

    本文所研究的随机二叉搜索树是随机图论二叉树的一种。

  • This paper proposes a scheme of certificate revocation management based on binary search trees.

    提出了一种基于二叉搜索树的证书撤消管理方案。

  • Binary Search property is every node on left tree is lesser and every node on right is greater.

    二进制搜索的财产是左树的每一个节点,每个节点是小右大。

  • The B-tree is a generalization of a binary search tree in that a node can have more than two children.

    树是二叉搜索树的泛化,其节点可以具有多于两个的子节点。

  • Add and Remove operations are typically expensive since Binary Search Trees require that a tree be balanced.

    添加和删除操作的开销是很大的,只主要是因为对半查找树的平衡性所决定的。

  • And, of course, they asked new university graduates about computer science theory; "Write me a binary search."

    当然,他们也问刚毕业的大学生一些关于计算机科学理论的问题,如:请写一个二分查找程序。

  • Now, one of the questions we could still ask is, right, we've got binary search, which has got this nice log behavior.

    目前,还有一个问题我们仍然要问的是,对,我们已经学了二分查找,有着非常好的log级别的行为。

  • Identifying the child nodes is important when we consider a more specific type of binary tree-the binary search tree.

    当我们考虑一种更具体的二叉树——二叉搜索树时,识别子结点是很重要的。

  • Thus a prior art SAR converter USES a binary search method to determine a digital equivalent of the analog input voltage.

    因此,现有技术的SAR转换器使用二进制搜索方法来确定模拟输入电压的数字等效。

  • Using this notation, you should know that search through a list is O(n) and binary search (through a sorted list) is log(n).

    看到这个标记你就应该知道搜索链表的复杂度为O(n),进行二进制搜索时(已排序)的空间复杂度为log(n)。

  • The identification of the binary search algorithm is more efficient. This algorithm exposes information and has poor security.

    二进制搜索算法虽然识别效率比较高,但是泄露信息比较多,安全性比较差。

  • Some limit laws for the branches and subtrees in a random recursive tree and binary search tree are established in this dissertation.

    本文主要研究随机递归树和随机二叉搜索树上与分支和子树相关的极限定理。

  • Using a binary search tree or dividing the string into segments as long as the square root of the length of the string will solve the problem.

    用一个二叉搜索树或者将串切分成长度的平方根那么长的小段都可以解决这个问题。

  • The highly balanced binary search tree is established in order to improve efficiency of the binary search tree and to shorten the average search tree.

    建立高度平衡的二叉搜索树是为了提高二叉搜索树的效率,减少树的平均搜索长度。