/* criticalPath.c*/ /*关键路径算法*/ #include #include struct EdgeNode; typedef struct EdgeNode * PEdgeNode; typedef struct EdgeNode * EdgeList; struct EdgeNode{ int endvex; /* 相邻顶点在顶点表