blob: ebba32209bc93da9fff5c78eae76ba068ba92a0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
title: Competitive Programming
type: page
---
I did competitive programming from 2018 to 2021 and went to the USACO training camp in 2020 and 2021. Here are some of the worst programs I ever wrote, for your viewing pleasure.
- [USACO Guide](https://github.com/cpinitiative/usaco-guide): A free, high quality guide for USACO
- [Library](https://git.unnamed.website/library): Clean templates and algorithm implementations that I use
- [USACO](https://git.unnamed.website/usaco): Clean USACO solutions
- [USACO Camp](https://git.unnamed.website/usaco-camp): Miscellaneous USACO Camp solutions
- [IOI](https://git.unnamed.website/ioi): IOI solutions
- [Google Code Jam](https://git.unnamed.website/google-code-jam): Google Code Jam solutions
- [ACSL](https://codeberg.org/LadueCS/ACSL): ACSL code and resources
- [Idiot Code-Golf](https://git.unnamed.website/idiot-code-golf): Really stupid code competition
- [LCS Resources](https://codeberg.org/LadueCS/Presentations/src/branch/main/Competitive%20Programming): Ladue Computer Science resources for competitive programming
- [Log](https://git.unnamed.website/log): Log of solved problems and notes
|