單源最短路徑Dijkstra算法----(附完整程序)

1.Dijkstra算法算法 2.輸出最短路徑數據結構 #include<stdio.h> #include<stdlib.h> #define MaxVertexNum 100 #define INFINITY 65535 //#define MaxSize 10 typedef int Vertex; typedef int WeightType; typedef char DataType
相關文章
相關標籤/搜索