> For the complete documentation index, see [llms.txt](https://cs2040s.devanshshah.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs2040s.devanshshah.dev/graphs.md).

# Graphs

- [Introduction](https://cs2040s.devanshshah.dev/graphs/introduction.md)
- [BFS and DFS](https://cs2040s.devanshshah.dev/graphs/bfs-and-dfs.md)
- [DAG and Topological Sort](https://cs2040s.devanshshah.dev/graphs/dag-and-topological-sort.md)
- [SCC (Tarjan's and Kosaraju's)](https://cs2040s.devanshshah.dev/graphs/scc-tarjans-and-kosarajus.md)
- [SSSP (Bellman-Ford and Dijkstra)](https://cs2040s.devanshshah.dev/graphs/sssp-bellman-ford-and-dijkstra.md)
- [MST (Prim's and Kruskal's)](https://cs2040s.devanshshah.dev/graphs/mst-prims-and-kruskals.md)
