website/competitive-programming/index.html

51 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Competitve Programming</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>Competitve Programming</h2>
<br>
<p>
<a href="https://github.com/cpinitiative/usaco-guide">USACO Guide</a>: I am a contributor
</p>
<br>
<p>
<a href="https://github.com/Ta180m/Library">Library</a>: Clean templates and algorithm implementations that I use
</p>
<br>
<p>
<a href="https://github.com/Ta180m/USACO">USACO</a>: Clean USACO solutions
</p>
<br>
<p>
<a href="https://github.com/Ta180m/USACO-Camp">USACO Camp</a>: Miscellaneous USACO Camp solutions
</p>
<br>
<p>
<a href="https://github.com/Ta180m/IOI">IOI</a>: IOI solutions
</p>
<br>
<p>
<a href="https://github.com/Ta180m/Google-Code-Jam">Google Code Jam</a>: Google Code Jam solutions
</p>
<br>
<p>
<a href="https://github.com/Ta180m/ACSL">ACSL</a>: ACSL code and resources
</p>
<br>
<p>
<a href="https://github.com/Ta180m/Idiot-Code-Golf">Idiot Code-Golf</a>: Really stupid code competition
</p>
<br>
<p>
<a href="https://github.com/LadueCS/Presentations/tree/main/Competitive%20Programming">LCS Resources</a>: Ladue Computer Science resources for competitive programming
</p>
<br>
</div>
</body>
</html>