You can contribute in 2 ways -
-
By providing an algorithm of linear search in any programming language:
Inside the main directory add a folder named
<Language name>-Linear-Search
, for examplepython3-Linear-Search
. If a code in that language is already present, append a number for examplepython3-Linear-Search-2
. Inside the folder there should be 2 files, aREADME.md
briefly explaining how to run the code and the code file. Name of the code file should be same as the folder name. -
You can also contribute by structuring the present code in the aforementioned way.
Don't forget to write your name in the following structure in README under contributers sections: [your_name](https://github.com/your_github_handle]
.