最短路径算法bijiaohaode 最短路径算法#include #include #define MAX 32767 #define ElemType char typedef char VertexData; const int Vn=4; const int En