Linear Search is a simple sequential search algorithm. In Linear Search, we will traverse the array or list sequentially until the element is found.