# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mnunknown.gitbook.io/algorithm-notes/topological_sortff0c_tuo_pu_pai_xu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
