动词
中文翻译:线性搜索
同义词:
['sequential search', 'serial search']
例句:
-
1.The programmer used a linear search to find the missing number in the array.
程序员使用线性搜索在数组中查找缺失的数字。
-
2. During the initial stages of development, linear searches were commonly used for database queries.
在开发初期,线性搜索通常用于数据库查询。
-
3. The algorithm's efficiency is improved by using a linear search instead of a brute-force approach.
通过使用线性搜索而不是暴力方法,该算法的效率得到了提高。