Here you can add codeforces solutions according to their problem nos. in respective folders in any language you want. (Format/Indent the code properly)
Name the codefile according to the problem name given on codeforces.
- Fork the repository
- Clone the forked repository
git clone https://github.com/<username>/Codeforces-Solutions.git
- Create a new branch for working
git branch branch_name
and switch to the branchgit checkout branch_name
- Code!
- Save your changes
git add .
- Commit your code
git commit -m "Single line description of what you did"
- Push your code
git push origin branch_name
- Create a pull request
- Wait for it to get merged!
-
000 - 100
- 4 - Watermelon - http://codeforces.com/problemset/problem/4/A
- 65 - Way too long words - http://codeforces.com/problemset/problem/71/A
- 89 - String Task - http://codeforces.com/problemset/problem/118/A
-
101 - 200
- 111 - Twins - http://codeforces.com/problemset/problem/160/A
- 197 - Helpful maths - http://codeforces.com/problemset/problem/339/A