A collection of my solutions to USACO(USA Computing Olympiad)
- Purpose: Document my progress in USACO and share my solutions with anyone starting USACO.
- Divisions Covered: Bronze. Silver, Gold(Coming soon).
- Structure:
- Organized by division/contest year/month (e.g.,
bronze/2018-2019/dec1
). - .md files are problem + explanations
- .cpp files are code solutions
- Organized by division/contest year/month (e.g.,
- Languages: C++
- Tools I used: USACO IDE, VS Code
- Practice A LOT of problems, constantly solve more problems where you learn something new from
- Practice time management and writing correct code for Bronze
- Master algorithms and interpretation of the problem for Silver
Found a bug, a better solution, or java/python solution? Open a pull request!
Guidelines:
- Clarify the year+problem of your solution
- Fork this repo, include your contributions and open a PR