website/content/projects/competitive-programming.md

26 lines
1 KiB
Markdown
Raw Normal View History

2021-10-14 02:01:07 +00:00
---
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.
2023-01-09 01:09:43 +00:00
- [USACO Guide](https://github.com/cpinitiative/usaco-guide): A free, high quality guide for USACO
2021-10-14 17:47:36 +00:00
2022-09-05 20:52:10 +00:00
- [Library](https://git.exozy.me/a/Library): Clean templates and algorithm implementations that I use
2021-10-14 17:47:36 +00:00
2022-09-05 20:52:10 +00:00
- [USACO](https://git.exozy.me/a/USACO): Clean USACO solutions
2021-10-14 17:47:36 +00:00
2022-09-05 20:52:10 +00:00
- [USACO Camp](https://git.exozy.me/a/USACO-Camp): Miscellaneous USACO Camp solutions
2021-10-14 17:47:36 +00:00
2022-09-05 20:52:10 +00:00
- [IOI](https://git.exozy.me/a/IOI): IOI solutions
2021-10-14 17:47:36 +00:00
2022-09-05 20:52:10 +00:00
- [Google Code Jam](https://git.exozy.me/a/Google-Code-Jam): Google Code Jam solutions
2021-10-14 17:47:36 +00:00
2022-09-05 20:52:10 +00:00
- [ACSL](https://git.exozy.me/a/ACSL): ACSL code and resources
2021-10-14 17:47:36 +00:00
2022-09-05 20:52:10 +00:00
- [Idiot Code-Golf](https://git.exozy.me/a/Idiot-Code-Golf): Really stupid code competition
2021-10-14 17:47:36 +00:00
- [LCS Resources](https://codeberg.org/LadueCS/Presentations/src/branch/main/Competitive%20Programming): Ladue Computer Science resources for competitive programming