/* 有向图的邻接表 表示 */ void CreateDG(ALGraph &G) void Disp(ALGraph G) void dfs(int v) //深度优先遍历