随笔分类 -  拓扑排序

邻接表拓扑排序
摘要:测试所用图如下:#include#include#include#include#include#include#include#define OK 1#define ERROR 0using namespace std;typedef struct NODE{int adjvex;int weig... 阅读全文

posted @ 2017-09-19 23:08 横济沧海 阅读(512) 评论(0) 推荐(0)

导航