This repo contains my solutions to various competitive programming problems. Solutions are very likely suboptimal, as long as they pass the test cases.
Most problems here are from Usaco Guide. Each folder contains one problem. init.py is the python script I use to create each new problem folder. passed.md contains the list of problems I have solved.
Most problems will be attempted in C++, although some may contain Python or Java solutions.