Linear search algorithm is one of the most basic algorithm in computer science to find a particular element in a list of elements. In this algorithm we compare the required element with each element in the list or array until it is find or until we reach