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/4_Silver/Data_Structures.md
2020-06-16 13:09:59 -04:00

25 lines
No EOL
661 B
Markdown

---
id: data-structures
title: "Data Structures"
author: Unknown
prerequisites:
-
- Bronze - Data Structures
---
More practice with data structures introduced in bronze.
<!-- END DESCRIPTION -->
(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?