A linear search checks one item at a time.
A linear search is a standard searching algorithm that checks each item in sequence.
It begins with the first item and continues until the target is found or every item has been checked.
β
Next item
β
Next item
β
Found or finished