linear search

  1. 线性查找[搜索](法)

网络词典

linear search

英 ˈlɪnər sɛks 美 ˈlɪnər sɛks
动词 中文翻译:线性搜索
同义词: ['sequential search', 'serial search']

例句:

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