> For the complete documentation index, see [llms.txt](https://mnunknown.gitbook.io/algorithm-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu.md).

# Graph & Topological Sort，图 & 拓扑排序

- [有向 / 无向 图的基本性质和操作](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/you_xiang__wu_xiang_tu_de_ji_ben_xing_zhi_he_cao_z.md)
- [拓扑排序, DFS 做法](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/tuo_pu_pai_xu_yuan_ti.md)
- [拓扑排序, BFS 做法](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/tuo_pu_pai_xu_ff0c_bfs_zuo_fa.md)
- [Course Schedule I & II](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/course_schedule_i_and_ii.md)
- [Alien Dictionary](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/alien_dictionary.md)
- [Undirected Graph, BFS](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/undirected_graph-_bfs.md)
- [Undirected Graph, DFS](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/undirected_graph-_dfs.md)
- [矩阵，BFS 最短距离探索](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/ju_zhen_ff0c_bfs_zui_duan_ju_li_tan_suo.md)
- [欧拉回路，Hierholzer算法](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/ou_la_hui_lu_ff0c_hierholzer_suan_fa.md)
- [AI, 迷宫生成](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/ai-_mi_gong_sheng_cheng.md)
- [AI, 迷宫寻路算法](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/ai-_mi_gong_xun_lu_suan_fa.md)
- [(G) Deep Copy 无向图成有向图](https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu/g_deep_copy_wu_xiang_tu_cheng_you_xiang_tu.md)
