图算法集锦 --------------1)图存储结构--------------typedef int WeightType; //权重类型typedef int VertexType; //顶点类型const int MaxVertexNum = 10; //最大顶点const int 数据结构 2023-09-24 86 点赞 1 评论 130 浏览