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

25 lines
661 B
Markdown
Raw Normal View History

2020-06-11 00:49:01 +00:00
---
2020-06-15 23:19:07 +00:00
id: data-structures
2020-06-11 00:49:01 +00:00
title: "Data Structures"
author: Unknown
prerequisites:
-
- Bronze - Data Structures
---
More practice with data structures introduced in bronze.
2020-06-16 17:09:59 +00:00
<!-- 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?