> For the complete documentation index, see [llms.txt](https://algo.aspires.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://algo.aspires.cc/graph-theory.md).

# Graph Theory

- [Generic Graph](https://algo.aspires.cc/graph-theory/ch1-generic-graph.md)
- [Minimum Spanning Tree](https://algo.aspires.cc/graph-theory/ch2-minimum-spanning-tree.md)
- [Depth First Search](https://algo.aspires.cc/graph-theory/ch2-depth-first-search.md)
- [Breadth First Search](https://algo.aspires.cc/graph-theory/ch2-breadth-first-search.md)
- [Shortest Path](https://algo.aspires.cc/graph-theory/ch2-shortest-path.md)
- [Network Flow](https://algo.aspires.cc/graph-theory/network-flow.md)
- [Bipartite Graph](https://algo.aspires.cc/graph-theory/bipartite-graph.md)
- [Topological Sort](https://algo.aspires.cc/graph-theory/topological-sort.md)
- [Automaton](https://algo.aspires.cc/graph-theory/automaton.md)
