website/competitive-programming/index.html

51 lines
1.7 KiB
HTML
Raw Normal View History

2021-06-30 23:43:34 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Competitve Programming</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
2021-07-12 19:38:41 +00:00
<h2>Competitve Programming</h2>
2021-06-30 23:48:18 +00:00
<br>
2021-07-12 20:11:16 +00:00
<p>
2021-07-12 20:25:55 +00:00
<a href="https://github.com/cpinitiative/usaco-guide">USACO Guide</a>: I am a contributor
2021-07-12 20:11:16 +00:00
</p>
2021-06-30 23:48:18 +00:00
<br>
2021-07-12 20:11:16 +00:00
<p>
2021-07-12 20:25:55 +00:00
<a href="https://github.com/Ta180m/Library">Library</a>: Clean templates and algorithm implementations that I use
2021-07-12 20:11:16 +00:00
</p>
2021-06-30 23:43:34 +00:00
<br>
2021-07-12 20:11:16 +00:00
<p>
2021-07-12 20:25:55 +00:00
<a href="https://github.com/Ta180m/USACO">USACO</a>: Clean USACO solutions
2021-07-12 20:11:16 +00:00
</p>
2021-06-30 23:43:34 +00:00
<br>
2021-07-12 20:11:16 +00:00
<p>
2021-07-12 20:25:55 +00:00
<a href="https://github.com/Ta180m/USACO-Camp">USACO Camp</a>: Miscellaneous USACO Camp solutions
2021-07-12 20:11:16 +00:00
</p>
2021-06-30 23:43:34 +00:00
<br>
2021-07-12 20:11:16 +00:00
<p>
2021-07-12 20:25:55 +00:00
<a href="https://github.com/Ta180m/IOI">IOI</a>: IOI solutions
2021-07-12 20:11:16 +00:00
</p>
2021-06-30 23:43:34 +00:00
<br>
2021-07-12 20:11:16 +00:00
<p>
2021-07-12 20:25:55 +00:00
<a href="https://github.com/Ta180m/Google-Code-Jam">Google Code Jam</a>: Google Code Jam solutions
2021-07-12 20:11:16 +00:00
</p>
2021-06-30 23:43:34 +00:00
<br>
2021-07-12 20:11:16 +00:00
<p>
2021-07-12 20:25:55 +00:00
<a href="https://github.com/Ta180m/ACSL">ACSL</a>: ACSL code and resources
2021-07-12 20:11:16 +00:00
</p>
2021-06-30 23:43:34 +00:00
<br>
2021-07-12 20:11:16 +00:00
<p>
2021-07-12 20:25:55 +00:00
<a href="https://github.com/Ta180m/Idiot-Code-Golf">Idiot Code-Golf</a>: Really stupid code competition
2021-07-12 20:11:16 +00:00
</p>
2021-06-30 23:43:34 +00:00
<br>
2021-07-12 20:11:16 +00:00
<p>
2021-07-12 20:25:55 +00:00
<a href="https://github.com/LadueCS/Presentations/tree/main/Competitive%20Programming">LCS Resources</a>: Ladue Computer Science resources for competitive programming
2021-07-12 20:11:16 +00:00
</p>
2021-06-30 23:49:19 +00:00
<br>
2021-06-30 23:43:34 +00:00
</div>
</body>
</html>