Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 242 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 242 Bytes

adjGraph

这是邻接表的基本操作,包括创建,删除,插入,打印,销毁。

邻接表的深度遍历,广度遍历,非连通图的遍历。

用图来解决迷宫问题。

输出图的一条或全部拓扑排序。