My 100 days of algo journey. Join me in. Create a seprate folder with the name of topic or if it is already created then just add your code on that folder :) Just do not edit my personal journey folder :)
Fork this Repo
Clone repo in your local machine
$ git clone https://github.com/YOUR-USERNAME/100-days-of-Algo.git
Create a new branch and set branch name to whatever algorithm you're creating
$ git checkout -b <your-branch-name>
$ git add .
$ git commit -m "Added <your-algorithm-name>"
$ git push -u origin <your-branch-name>
Raise pull request