AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.44k stars 520 forks source link

Create linearsearch.c #388

Open arindamdas13 opened 1 year ago

arindamdas13 commented 1 year ago

Hi, I created a linear search program using C language as a file named linearsearch.c Kindly check the program. Thank you...