3.1 創建無向圖的鄰接矩陣存儲

#include "pch.h" #include <iostream> #include <iomanip> //格式化輸出頭文件 typedef char VertexType; //頂點類型 typedef int EdgeType; //邊上的權值類型 #define MAXVEX 100 //最大頂點數 #define myINFINITY 65535 //用65535表明正無
相關文章
相關標籤/搜索