写了个无向图邻接矩阵创建过程(最基本的)
摘要:#include using namespace std; typedef char VertexType; typedef int EdgeType; #define MAXVEX 100 #define INFINITY 65535 typedef struct { VertexType ve...
阅读全文
posted @ 2012-10-20 14:55

浙公网安备 33010602011771号