This project is for adding your programming problems' solutions in various programming languages on different programming platforms.
It contain codes for various Online Judges, including CodeChef, HackerEarth, Codeforces, Spoj, HackerRank, and others.
The files are named according to the problem's name. You can find links to the problem on the first line of most files.
Note : Please do not misuse these codes. You will only be cheating yourself. This repository can be used for reference.
- Fork this repository using the button at the top
- Clone your forked repository to your local machine
- Create a new branch for your modifications (i.e.
git branch new-problemand check it outgit checkout new-problemandgit checkout -b new-problem) - Add your profile page in
Students\ - Add your files (
git add -A), commit (git commit -m "Added myself") and push (git push origin new-user) - Create a pull request, by navigating to the forked repository in the browser
- Star this repository
- Wait for the pull request to merge
- Celebrate! You've done your first pull request!
Read about markdown syntax here https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet