Compléter Linear SearchingVersion en ligne Fill in the blanks for linear searching par Steven Rich 1 found match end position criteria next first compares beginning Linear search looks for an item ( called the search within a data list . It starts at the of the list and the search criteria with the item in the list If there is no match , then the item in the list is compared with the search criteria . This continues until a is found or the of the list is reached . Linear search returns either the index / of the item ( search criteria ) or that the item is not in this list .