Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.