C++,急需,要答辩,看不懂,求老师帮忙解释红色部分,真心没学过后一个算法

#include"SeqList.h" #include"SeqQueue.h" const int MaxVertices=10; const int MaxWeight=10000; class AdjMWGraph { private: SeqList Vertices;//顶点信息的线性表 int Edge[MaxVertices][MaxVertices]; int numOfEdges; ...
默认分类 | 2014-01-07 17:19 | 阅读 1158 次 | 评论 0 条
浏览1157次
文章分类
文章归档
最新评论