1. 首页
  2. 行业
  3. 电信
  4. 张乃孝版的数据结构课本课件讲解代码topoSort.c.doc

张乃孝版的数据结构课本课件讲解代码topoSort.c.doc

上传者: 2020-12-12 10:41:49上传 DOC文件 27KB 热度 4次
/* topoSort.c*/ /*拓扑排序算法*/ #include #include struct EdgeNode; typedef struct EdgeNode * PEdgeNode; typedef struct EdgeNode * EdgeList; struct EdgeNode{ int endvex; /* 相邻顶点在顶点表中下标
下载地址
用户评论