無向連通圖鄰接矩陣的創建輸出廣度深度遍歷

源代碼: #include<stdio.h> #define MaxInt 32767 //表示極大值 #define MVNum 100 //最大頂點數 typedef char VerTexType; //定義數據類型 typedef int ArcType; typedef struct { VerTexType vexs[MVNum]; //頂點表 ArcType arcs[MVNum][
相關文章
相關標籤/搜索