Codeforces-Solutions

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.

Steps for contributing

  1. Fork the repository
  2. Clone the forked repository git clone https://github.com/<username>/Codeforces-Solutions.git
  3. Create a new branch for working git branch branch_name and switch to the branch git checkout branch_name
  4. Code!
  5. Save your changes git add .
  6. Commit your code git commit -m "Single line description of what you did"
  7. Push your code git push origin branch_name
  8. Create a pull request
  9. Wait for it to get merged!

Covered Solution: