aboutsummaryrefslogtreecommitdiff
path: root/content/projects/competitive-programming.md
blob: d55e1876506a4ed3be633b42a494f3ef5bcc15d1 (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.exozy.me/a/Library): Clean templates and algorithm implementations that I use

- [USACO](https://git.exozy.me/a/USACO): Clean USACO solutions

- [USACO Camp](https://git.exozy.me/a/USACO-Camp): Miscellaneous USACO Camp solutions

- [IOI](https://git.exozy.me/a/IOI): IOI solutions

- [Google Code Jam](https://git.exozy.me/a/Google-Code-Jam): Google Code Jam solutions

- [ACSL](https://codeberg.org/LadueCS/ACSL): ACSL code and resources

- [Idiot Code-Golf](https://git.exozy.me/a/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.exozy.me/a/Log): Log of solved problems and notes