A collection of curated, high-quality resources to take you from Bronze to Platinum.
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.
Go to file
2020-06-03 09:39:48 -07:00
.gitignore add first attempt at dashboard 2020-06-02 22:32:46 -07:00
_config.yml Set theme jekyll-theme-cayman 2020-06-02 20:39:24 -07:00
Bronze_Complete.md make_docs 2020-06-03 10:17:07 -04:00
Bronze_Rect.md make_docs 2020-06-03 10:17:07 -04:00
Bronze_Simulation.md make_docs 2020-06-03 10:17:07 -04:00
Geo.md make_docs 2020-06-03 10:17:07 -04:00
Gold_Amortized.md make_docs 2020-06-03 10:17:07 -04:00
Gold_BIT.md make_docs 2020-06-03 10:17:07 -04:00
Gold_DP.md make_docs 2020-06-03 10:17:07 -04:00
Gold_Graphs.md make_docs 2020-06-03 10:17:07 -04:00
Gold_NT.md make_docs 2020-06-03 10:17:07 -04:00
Gold_Strings.md make_docs 2020-06-03 10:17:07 -04:00
index.html add first attempt at dashboard 2020-06-02 22:32:46 -07:00
Intro.md restructure intro syllabus 2020-06-03 09:16:21 -07:00
Intro_Containers.md make_docs 2020-06-03 10:17:07 -04:00
Intro_Files.md make_docs 2020-06-03 10:17:07 -04:00
Intro_Prerequisites.md restructure intro syllabus 2020-06-03 09:16:21 -07:00
Intro_Problems.md add intro problems 2020-06-03 09:39:48 -07:00
Plat_2D.md make_docs 2020-06-03 10:17:07 -04:00
Plat_Bitset.md Update Plat_Bitset.md 2020-06-03 11:04:24 -04:00
Plat_Fracture.md make_docs 2020-06-03 10:17:07 -04:00
Plat_Seg.md make_docs 2020-06-03 10:17:07 -04:00
Plat_Slope.md make_docs 2020-06-03 10:17:07 -04:00
Plat_Static.md make_docs 2020-06-03 10:17:07 -04:00
Plat_Trees.md make_docs 2020-06-03 10:17:07 -04:00
README.md restructure intro syllabus 2020-06-03 09:16:21 -07:00
Silver_Containers.md make_docs 2020-06-03 10:17:07 -04:00
Silver_Graphs.md make_docs 2020-06-03 10:17:07 -04:00
Silver_Greedy.md make_docs 2020-06-03 10:17:07 -04:00
Silver_Psum.md make_docs 2020-06-03 10:17:07 -04:00
Silver_Sorting.md make_docs 2020-06-03 10:17: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