Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 730 Bytes

File metadata and controls

29 lines (23 loc) · 730 Bytes

Important Codes and Algorithms

Contribution Guidelines !

  • 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.

    1. CD to the desired folder and open a text editor.
    2. Add any code of your choice
    3. 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.