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.mdx

33 lines
1.1 KiB
Text
Raw Normal View History

2020-06-11 00:49:01 +00:00
---
2020-06-23 01:00:35 +00:00
id: maps-sets
2020-06-23 17:27:41 +00:00
title: "More with Maps & Sets"
author: Benjamin Qi
2020-06-11 00:49:01 +00:00
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-26 18:00:32 +00:00
frequency: 2
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?
2020-06-23 03:28:43 +00:00
2020-06-23 17:27:41 +00:00
## CF Problems
2020-06-23 03:28:43 +00:00
2020-06-23 17:27:41 +00:00
- [Jury Marks](http://codeforces.com/contest/831/problem/C) [](67)
- Hard, would recommend skipping (1700 on CF)
- [Mahmoud & Ehab & Function](http://codeforces.com/contest/862/problem/E) [](74)
- Hard, do not attempt until Gold/Plat (2100 on CF)
2020-06-23 03:28:43 +00:00
- [Tournament](http://codeforces.com/contest/878/problem/C) [](106)
2020-06-23 17:27:41 +00:00
- First solve problem for $n$-th tournament only
2020-06-23 03:28:43 +00:00
- Extremely hard, do not attempt (2700 on CF)