Sequential or Linear Search in an Array a year ago 2 min read AlgorithmsArraysBasics Sequential or Linear Searching is used to search unsorted arrays. It is a simple algorithm which can serve as a good introduction to algorithms. Suppose we have an array haystack of size N