/CodeForces

Solutions to CodeForces ProblemSets

Primary LanguagePython

CodeForces

Theses are solved problemsets from CodeForces.com

Contributing

  1. Star the repo
  2. Fork the repo
  3. Add the solution to a problem set in a new folder
  4. Naming the folder:
<ProblemSetName>-<ID>

Example:

Watermelon-4A

For Problem set names with more than one word, don't use spaces. Use WordCapitalization

  1. Inside the folder, in the file, the first line should have a comment with the link to the problem set (Python Example):
# https://codeforces.com/problemset/problem/4/A
  1. After doing git add and git commit, open a Pull Request!

  2. This PR will count towards Hacktoberfest!