Linear Search
Introduction
Let’s suppose we have an array arr= [4,6,3,7,8,5,34,26,23] of length n and we want to find the index for 5 in this array, then the most intuitive way to search is that we compare each element of the array with 5 and if it matches we retu...
blog.ankitdevelops.in3 min read
Alok Raj
An enthusiast of emerging computer technology. Passionate about Software development
A Good article on Linear Search