aboutsummaryrefslogtreecommitdiff
path: root/content/projects/competitive-programming.md
blob: 01ef6890f2e8f885712403c8fbe6baaede522738 (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