欢迎来到百宝集!
免费实用的在线工具大全
EN

bisearch

bisearch 的中文意思、读音、词性、用法和例句

“bisearch”基本解释

折半查找,对分检索

“bisearch”网络释义

二分查找

“bisearch”词性变化

名词

“bisearch”用法和例句

1、Binary search is an efficient algorithm for finding an element's position in a sorted array.
二分查找是一种在已排序数组中寻找元素位置的高效算法。

2、The bisearch function returns the index of the first element in the sorted list that is greater than or equal to the target.
bisearch 函数返回排序列表中第一个大于或等于目标值的元素的索引。