This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/README.md

40 lines
748 B
Markdown
Raw Normal View History

2020-06-03 21:15:23 +00:00
# USACO Guide
2020-06-03 21:14:30 +00:00
2020-06-03 21:15:23 +00:00
A collection of curated, high-quality resources to take you from Bronze to Platinum.
2020-06-03 21:14:30 +00:00
2020-06-04 22:18:02 +00:00
All markdown files belong in `content/`. Other files are for the front-end dashboard interface.
Todo list:
- Sidebar for compact modules
Example Markdown
```
---
slug: /intro/getting-started
title: Getting Started
author: Nathan Wang
order: 1
prerequisites:
-
- Dummy prerequisite
- https://dummy.prerequisite.link.com/
-
- Another Prerequisite
---
<ul class="syllabus-only">
<li>Contest Format</li>
<li>Choosing a Language</li>
<li>Practicing and Debugging</li>
<li>Contest Strategies</li>
</ul>
<!-- END DESCRIPTION -->
<details>
<summary>Show Solution</summary>
// Insert OP benq solution here
</details>
```