Tag Archives: linear search algorithm

Linear Search Program in C

In this tutorial we shall try to make a program for Linear Search.Linear Search is the basic and easiest searching method and is for junior programmers.The steps involved in searching a number using Linear Search algorithm is: Method 1.Get the … Continue reading

Posted in C | Tagged , , , , , , | Leave a comment