AllAlgorithms / c

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

Update: Moved algorithm to a method and added docs #354

Open shashirajraja opened 2 years ago

shashirajraja commented 2 years ago

I am creating a pull request for...

Moved the linear search algorithm to a separate method for better readability and reusability, Added documentations and useful comments to the code.