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

23 lines
670 B
Markdown
Raw Normal View History

2020-06-11 00:49:01 +00:00
---
2020-06-23 01:00:35 +00:00
id: maps-sets
title: "More With Maps & Sets"
2020-06-11 00:49:01 +00:00
author: Unknown
prerequisites:
2020-06-22 20:51:12 +00:00
- Bronze - Data Structures
2020-06-23 01:00:35 +00:00
description: "More with iterators?"
2020-06-11 00:49:01 +00:00
---
2020-06-16 17:09:59 +00:00
(set iterators?)
## USACO Problems
2020-06-23 01:00:35 +00:00
- [CSES Bit Inversions](https://cses.fi/problemset/task/1188/)
2020-06-16 17:09:59 +00:00
- 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)
2020-06-22 01:45:24 +00:00
- hard?