Linear (sequential) search is the simplest algorithm that checks each element in a list or array, one at a time, until it finds the desired element or determines that the element is not in the list
Exey Panteleev | CC BY 2.0