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
Nathan Wang 7969af20bf add onlinegdb link
source: Anthony Wang
2020-06-08 20:09:54 -07:00
..
1_Intro add onlinegdb link 2020-06-08 20:09:54 -07:00
2_General misc 2020-06-08 21:41:23 -04:00
3_Bronze clean up general, rearrange 2020-06-08 16:42:55 -04:00
4_Silver misc 2020-06-08 21:41:23 -04:00
5_Gold clean up general, rearrange 2020-06-08 16:42:55 -04:00
6_Plat latex for silver complexity 2020-06-08 21:20:37 -04:00
README.md reorganize again 2020-06-08 20:47:37 -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
    • 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) ...