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-15 12:43:55 -07:00
..
1_Intro Update Intro_Problems.md 2020-06-15 12:34:27 -07:00
2_General Added a section. 2020-06-15 12:27:48 -07:00
3_Bronze Update 5_Bronze_DS_Common.md 2020-06-15 12:43:55 -07:00
4_Silver Update 3_Silver_Sorting.md 2020-06-14 12:28:34 -07:00
5_Gold minor additions to DP on trees 2020-06-10 20:25:17 -05:00
6_Plat more minor DP changes 2020-06-10 20:59:01 -04:00
Bronze_Containers_Old.md move pair to separate 2020-06-09 11:25:25 -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) ...