Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 898 Bytes

File metadata and controls

11 lines (9 loc) · 898 Bytes

Here are the rules/code of conduct for this repository to prevent spam and/or low-quality solutions:

  • Your pull request can not be a copy of a solution that already exists in the repository
  • If you make a pull request for a problem that already has a solution, it can not be the same solution(even if you simply change the variable names)
  • Your solution must pass all test cases on the official grader(usaco.org)
  • Solutions with unique and creative solutions are more likely to be accepted
  • When adding solutions, PLEASE add it with a folder that contains the pdf of the problem and the code/solution
  • Make sure you name your folder by the name of the USACO problem
  • When adding your file, add a header about the author(your GitHub username), the date added, the language, and a short description of the problem

Thank you for all the contributions! Continue to collaborate to open source!