Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anirudhb/0002-usaco-training
USACO training repository
https://github.com/anirudhb/0002-usaco-training
Last synced: 3 days ago
JSON representation
USACO training repository
- Host: GitHub
- URL: https://github.com/anirudhb/0002-usaco-training
- Owner: anirudhb
- License: agpl-3.0
- Created: 2019-09-28T17:13:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T14:26:42.000Z (over 5 years ago)
- Last Synced: 2024-11-16T14:31:57.667Z (2 months ago)
- Language: C++
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# USACO training repository
This is a repository containing my solutions to the USACO training challenges.
Solutions are written in C++ (I would use Rust if it was supported!)## Automated testing
**TODO**
All of my solutions go through automated test harnesses for each commit.
These harnesses ensure that I'm not merging broken code.
They are all tested with the provided training data.