- Fork and Clone this repository.
git clone https://github.com/kulkarni-rajas/codesnalgos.git
cd codesnalgos
- Make a branch.
git checkout -b (branch-name)
-
Add your Code.
- CD to the desired folder and open a text editor.
- Add any code of your choice
- Save your File. in the format (GITHUBUSER)/(name of algo).(extension)
-
Commit your code.
git add .
git commit -m "(brief description of what you have changed/fixed)"
git push -u origin (branch name)
-
Go and open a pull request from your fork to the master branch of this repository. 🎉
-
Please ⭐ this repo to make it more visible to new contributors.