cpinitiative / usaco-guide

A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.
https://usaco.guide
Other
1.61k stars 488 forks source link

Add / Normalize Problem Tags #665

Closed bqi343 closed 3 years ago

bqi343 commented 3 years ago

A number of problems aren't tagged properly

https://usaco.guide/general/usaco-monthlies?lang=cpp

looks bad that most are untagged :(

https://github.com/cpinitiative/usaco-guide/blob/master/solutions/1_extra_usaco_probs.ts

Screen Shot 2021-01-31 at 5 58 13 PM
bqi343 commented 3 years ago

though I'm not sure if anyone uses this functionality so mb it doesn't matter

bqi343 commented 3 years ago

related note - most problems in the DFS / Tree modules should be tagged with "Connected Components" rather than "DFS" since they don't require DFS specifically

Originally posted by @bqi343 in https://github.com/cpinitiative/usaco-guide/issues/703#issuecomment-774544372

bqi343 commented 3 years ago

Some tags are redundant (ex. ordered set implies sorting).

Is it worth having different tags for priority queue / ordered set? Or ordered set vs ordered map? I'll just tag all of these as "ordered set" for now.

bqi343 commented 3 years ago

mostly done for bronze - gold, prob search page tags still broken though