What is sequential search? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is sequential search?

5th Feb 2017, 10:19 AM
Stuy Group Study Grop
Stuy Group Study Grop - avatar
2 Answers
+ 1
linear search or sequential search is a method for finding a particular value in a list that checks each element in sequence until the desired element is found or the list is exhausted. That is the exact definition of sequential search.
5th Feb 2017, 10:26 AM
Kacey Baumgardner
Kacey Baumgardner - avatar
+ 1
Sequential search or linear search is a very simple method for searching. It keeps searching linearly one by one until it doesn't find the specific number
5th Feb 2017, 10:29 AM
alex merceR
alex merceR - avatar