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/content/Syllabus.md
2020-06-17 15:18:07 -07:00

4.6 KiB

id title author
syllabus Syllabus Benjamin Qi

(outdated)

Below, we've compiled some of the main topics for each division.

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

Intro

Bronze

  • Simulation (just do what statement tells you to do)
  • Complete Search
  • Rectangle Geometry
  • "Observation"
    • basically everything else (requires more thought)
    • ex. Mad Scientist

Silver

Gold

Platinum

Just a sampling of the many possible topics.

  • Trees
    • Lowest Common Ancestor (LCA)
      • mostly platinum but may appear in gold as well
      • ex. cowland
    • Heavy-Light Decomposition (HLD)
    • Tree Diameter
  • Range Queries
    • Segment Tree
      • possibly useful for gold
    • Static Array Queries
    • 2D
  • Bitset
  • Slope Trick
  • Fracturing Search
  • Geometry
    • Convex Hull
    • ignoring Cow Steeplechase II (Silver) ...