Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.1 KB

☀️ Share your algorithm ☀️

  1. Fork the project.
  2. Add your algorithm in your forked repo
  3. On this repo, click Pull Requests and raise a Pull Request selecting your fork on the right drop down
  4. 🎉

How to clone repo and make changes locally

Click on the clone button (🟢). This gives you a copy of the project. Its now yours to play around with

Using git on your local machine. Do this to download the forked copy of this repo to your computer

git clone https://github.com/your-github-username/algorithms.git
cd algorithms
git checkout -b <yourname>/<your-algorithm-name>

👩‍💻👨‍💻 ...add your code under src/algorithms/<your-file-here>.<extension>

git commit -m "Add <your algorithm name>"
git push origin <yourname>/<your-algorithm-name>

Pulling your request. Click on the Pull requests tab on the forked github repository.

  • Note : A pull request allows your changes to be merged with the original project.
  Click on Pull Request

Wait for your changes to be merged

...⏱ You successfully made a contribution. 🎉🎉🎉