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
2020-06-03 17:08:42 -04:00
..
0_Intro + hashing, add #s 2020-06-03 16:16:33 -04:00
1_Bronze + hashing, add #s 2020-06-03 16:16:33 -04:00
2_Silver + hashing, add #s 2020-06-03 16:16:33 -04:00
3_Gold + graph probs 2020-06-03 17:08:42 -04:00
4_Plat + hashing, add #s 2020-06-03 16:16:33 -04:00
Silver + hashing, add #s 2020-06-03 16:16:33 -04:00
README.md + folders 2020-06-03 15:57:07 -04:00

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
  • Range Queries
    • Segment Tree
      • possibly useful for gold
    • Static Array Queries
    • 2D
  • Bitset
  • Slope Trick
  • Fracturing Search