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/7_Advanced/Critical.mdx

29 lines
653 B
Text
Raw Normal View History

2020-06-25 17:43:28 +00:00
---
id: critical
title: "Critical"
author: Benjamin Qi
description: "CSES Critical Cities and Extensions"
prerequisites:
- Gold - Cycle Finding
---
2020-06-26 01:51:05 +00:00
<info-block title="Pro Tip">
Historically restricted to USACO Camp.
</info-block>
2020-06-25 17:43:28 +00:00
## Paths
CSES Critical Cities https://cses.fi/problemset/task/1703/
Dominator Tree
https://tanujkhattar.wordpress.com/2016/01/11/dominator-tree-of-a-directed-graph/
* https://codeforces.com/gym/100513/problem/L
* https://open.kattis.com/problems/skiresort
## Cycles
- GP of Wroclaw 2020 H
- [The Meeting Place Cannot be Changed](https://codeforces.com/problemset/problem/982/F)
- USACO Camp - Acyclic Graphs