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/Silver/Silver_Graphs.md

15 lines
351 B
Markdown
Raw Normal View History

2020-06-03 14:17:07 +00:00
# Silver - Graphs
*Flood Fill* refers to finding the number of connected components in a graph, frequently on a grid.
See Ch 10 of https://www.overleaf.com/project/5e73f65cde1d010001224d8a
- Depth First Search (DFS)
- Graphs
- [CSAcademy Lessons](https://csacademy.com/lessons/)
- CPH 11, 12
- Terminology
- ex. bipartite graphs??