--- id: data-structures title: "Data Structures" author: Unknown prerequisites: - - Bronze - Data Structures --- More practice with data structures introduced in bronze. (set iterators?) ## USACO Problems - Silver - [Cities & States](http://usaco.org/index.php?page=viewproblem2&cpid=667) - [Milk Measurement](http://usaco.org/index.php?page=viewproblem2&cpid=763) - [Convention II](http://usaco.org/index.php?page=viewproblem2&cpid=859) - Gold - [Snow Boots](http://www.usaco.org/index.php?page=viewproblem2&cpid=813) - [Springboards](http://www.usaco.org/index.php?page=viewproblem2&cpid=995) - hard?