無向圖的鄰接矩陣基本操做

首先聲明定義以後會用到的宏web typedef char VertexType; typedef int EdgeType; #define INF 65535 #define MAXVEX 100 bool visited[MAXVEX]; 鄰接矩陣存儲結構svg typedef struct MGraph { VertexType vexs[MAXVEX];
相關文章
相關標籤/搜索