多段圖的最短路徑問題

代碼: #include<bits/stdc++.h> using namespace std; int arc[20][20]; const int MAX = 1000; // 假定邊上的權值均不超過1000 int CreateGraph() { int i,j,k; int weight; int vnum,arcnum; cout<<"請輸入頂點的個
相關文章
相關標籤/搜索