Update to latest version #4

Merged
Ta180m merged 123 commits from master into master 2020-06-18 19:15:27 +00:00
6 changed files with 14 additions and 5 deletions
Showing only changes of commit 22bf8d3205 - Show all commits

View file

@ -2,7 +2,6 @@
id: prerequisites
title: Prerequisites
author: Nathan Wang
order: 3
---
Here's what you should learn before reading these resources.

View file

@ -7,7 +7,6 @@ problems:
- bronze_word
- bronze_paint
- bronze_square
order: 5
---
Demonstrates how to read in input and print output for a USACO problem in multiple languages. Also lists some introductory USACO Bronze problems.

View file

@ -2,7 +2,6 @@
id: running-cpp
title: Running C++
author: Nathan Wang, Benjamin Qi, Anthony Wang
order: 4
---
Running C++ both online and locally.

View file

@ -2,7 +2,6 @@
id: getting-started
title: Getting Started
author: Nathan Wang, Benjamin Qi, Darren Yao
order: 2
---
- Introduction

View file

@ -1,3 +1,15 @@
---
id: syllabus
title: Syllabus
author: Benjamin Qi, I FORGOT WHO ELSE EVERYONE PUT YOUR NAME HERE :D
---
Below, we've compiled some of the main topics for each division.
<!-- END DESCRIPTION -->
This USACO guide will try to cover all of these topics. Note that USACO contest problems are not limited to just these topics, though _most_ of them should fall into one of the catgories listed below.
# Other Resources
- [USACO -> CPH Topics](https://github.com/bqi343/USACO/blob/master/Contests/USACO%20Links/USACO%20Topics.md)

View file

@ -4,7 +4,8 @@ const ModuleOrdering = {
"getting-started",
"prerequisites",
"running-cpp",
"problems"
"problems",
"syllabus",
],
"general": [
"resources",