Skip to content

Lets share algorithms ... πŸ’™

License

Notifications You must be signed in to change notification settings

PlumLabs/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

β˜€οΈ 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. πŸŽ‰πŸŽ‰πŸŽ‰