C++ 圖結構鄰接矩陣簡單實現

c++ 圖結構鄰接矩陣簡單實現ios #ifndef GRAPHMAT_H #define GRAPHMAT_H #include <iostream> using namespace std; #define MAX_VERTEX_NUM 20 //圖的最大頂點 #define INF 10000 //最大極值 typedef enum{ DG, DN, UDG, UDN } GraphKi
相關文章
相關標籤/搜索