4-1?邻接矩阵存储图的深度优先遍历?20分 试实现邻接矩阵存储图的深度优先遍历 函数接口定义 voi DF( MGraph Graph, Vetx V void *Vsi(ex) 其中MGrp是邻接矩阵存储的图,定义如下 typedf struct Node *PtroGode; trct GNode{ in Nv; /* 顶点数 */ int e; / 边数 * WgtTyp G[Maxrt