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

源代碼: #include<stdio.h> #define MVNum 100 //最大頂點數 typedef int OtherInfo; //定義數據類型 typedef char VerTexType; //定義數據類型 typedef struct ArcNode //邊結點 { int adjvex; //該邊所指向的頂點的位置 struct ArcNode *nextarc;//指向
相關文章
相關標籤/搜索