Linear Search

Linear search is a search algorithm that will search through an unordered array of numbers.

Let's say that we are searching for the number 7 in this unordered array of numbers.