---
tags: 2020 師大附中暑期資訊培訓
---
# 進階圖論習題
## DFS 生成樹
- [CF 1391E](https://codeforces.com/contest/1391/problem/E)
- [CF 1176E](https://codeforces.com/problemset/problem/1176/E)
## DAG/強連通分量
- [CF 510C](https://codeforces.com/problemset/problem/510/C)
- [TIOJ 1929](https://tioj.ck.tp.edu.tw/problems/1929)
## 匹配
- [TIOJ 2037](https://tioj.ck.tp.edu.tw/problems/2037)
## :thinking_face:
- [CF 1144F](https://codeforces.com/problemset/problem/1144/F)
- [COCI 2019/2020 #2 p2](https://oj.uz/problem/view/COCI19_slagalica2)
- [CF 371D](https://codeforces.com/problemset/problem/371/D)
- [USACO 2020 Feb. Silver p1](http://www.usaco.org/index.php?page=viewproblem2&cpid=1014)
- [CF 1146C](https://codeforces.com/problemset/problem/1146/C)