Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/somedudex/usaco-practice
A repository documenting my journey on USACO
https://github.com/somedudex/usaco-practice
Last synced: 29 days ago
JSON representation
A repository documenting my journey on USACO
- Host: GitHub
- URL: https://github.com/somedudex/usaco-practice
- Owner: SomedudeX
- Created: 2024-01-31T06:47:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T07:35:44.000Z (11 months ago)
- Last Synced: 2024-10-15T05:43:40.999Z (2 months ago)
- Language: C++
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## USACO
This repository's purpose is to document my journey of practicing USACO problems and competeing in contests.
## Repository Structure
The repository is structured into divisions, which is further divided into different difficulties of problems as well as a `contest` folder which contains the previous USACO contests that I've participated in.
Each problem folder contains the source code where there will be a heading in each of the source code files formatted like below...
```cpp
/*
USACO [DIVISION] [YEAR]: [TITLE] [DIFFICULTY]
[LINK TO PROBLEM]
*/
```...that gives context to the problem.
Additionally, each source file for the problems done during the contest will contain the results during the contest, where a checkmark represents a passed test case, and a cross represents a wrong answer or time limit exceeded.
## Current Status
- [x] Bronze
- [ ] Silver
- [ ] Gold
- [ ] Platinum--