Hackerrank Algorithm Solutions in python, java
Complete other for other directories
- Fork this Repository using the button at the top
- Clone your forked repository to your pc using
git clone https://github.com/BhanukaUOM/Hackerrank-Algorithm-Solutions.git
- Add your solution file to the respective directory
- Now add this file to git using
git add .
- Commit your changes using
git commit -m "solution name
- Push your repo using
git push
- Give pull request to the master.
- Wait for Pull Request to merge.
- Celebrate - you've done your first pull request!!