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/Maps_Sets.md
Benjamin Qi 84cc6bcebd + PAPS
2020-06-22 21:00:35 -04:00

22 lines
670 B
Markdown

---
id: maps-sets
title: "More With Maps & Sets"
author: Unknown
prerequisites:
- Bronze - Data Structures
description: "More with iterators?"
---
(set iterators?)
## USACO Problems
- [CSES Bit Inversions](https://cses.fi/problemset/task/1188/)
- 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?