A very simple search algorithm is linear search. In this method of search, one by one, a sequential search is performed for all objects. Each item is reviewed and if a match is found, the same item is returned, otherwise the search will continue until the data collection ends.

Algorithm

Pseudocode
