Contribute solutions to HackerRank/HackerEarth problems in any language.
**Make sure that the file name is of format . **Please do not upload solutions to tutorial problems **Feel free to add solutions in other languages
git clone https://github.com/PrakashGatiyala/hackerrank_problems-or-hackerearth_problems
git checkout -b <Branch-Name>
Add your codes/solutions in the format <Problem-title/Algorithm-title>.<lang-extension>
add all your files using git add
commit your file changes git commit -m "Whatever you did"
push your changes git push origin <Branch-Name>
Create a Pull Request to master
Fork Repo on Web Page
Make your changes on your forked repo
Make Pull Request to master