數據結構——圖的存儲與遍歷(鄰接矩陣)

#include<stdio.h> #include<stdlib.h> #define MAXVEX 20 /*最大頂點個數*/ #define INFINITY 32767 /*表示無窮,可自定義*/ #define Elem int #define FALSE 0 #define OK
相關文章
相關標籤/搜索