Path to Gold: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Topics ==
== Topics ==
* [[Advanced Data Structures]]
* Advanced Data Structures
** Graph Algorithms ([[Breadth-First Search]], [[Depth-First Search]])
** Graph Algorithms ([[Breadth-First Search]], [[Depth-First Search]])
** [[Flood Fill]]
** [[Flood Fill]]
Line 10: Line 10:
** [[Suffix Array]]
** [[Suffix Array]]
** [[Suffix Tree]]
** [[Suffix Tree]]
* [[Advanced Algorithms]]
* Advanced Algorithms
** [[Dynamic Programming]]
** [[Dynamic Programming]]
*** [[Convex Hull Optimization]]
*** [[Convex Hull Optimization]]
Line 41: Line 41:


== Silver to Gold Practice Questions ==
== Silver to Gold Practice Questions ==
* [https://www.usaco.org/index.php?page=viewproblem2&cpid=1139 Milk Factory]
 
* [https://www.usaco.org/index.php?page=viewproblem2&cpid=1014 Snakes]
=== Graph ===  
* [https://www.usaco.org/index.php?page=viewproblem2&cpid=941 Fruit Feast]
* [[2014_Jan_Silver_Problem_2_Cross_Country_Skiing|Cross Country Skiing]] [https://www.usaco.org/index.php?page=viewproblem2&cpid=380 Problem Statement]
* [https://www.usaco.org/index.php?page=viewproblem2&cpid=1083 Load Balancing]
* [[2016_Dec_Silver_Problem_3_Moocast|Moocast]] [https://www.usaco.org/index.php?page=viewproblem2&cpid=668 Problem Statement]
* [https://www.usaco.org/index.php?page=viewproblem2&cpid=1043 Team Tic Tac Toe]
* [[2016_Dec_Gold_Problem_1_Moocast|WMoocast]] [https://www.usaco.org/index.php?page=viewproblem2&cpid=669 Problem Statement]
* [https://www.usaco.org/index.php?page=viewproblem2&cpid=1038 Cow Poetry]
* [[2020_Jan_Silver_Problem_3_Wormhole_Sort|Wormhole Sort]] [https://www.usaco.org/index.php?page=viewproblem2&cpid=992 Problem Statement]
* [https://www.usaco.org/index.php?page=viewproblem2&cpid=917 Clock Tree]
* [https://www.usaco.org/index.php?page=viewproblem2&cpid=839 Cow Dance Party]
* [https://www.usaco.org/index.php?page=viewproblem2&cpid=783 Cow Routing II]
* [https://www.usaco.org/index.php?page=viewproblem2&cpid=1157 Cow Land]

Latest revision as of 03:30, 13 May 2023