摘要: 一、图的存储及基本操作 邻接矩阵法 #define MaxVertexNum 100 //顶点数目的最大值 typedef char VertexType;//顶点的数据类型 typedef int EdgeType;//带权图中边上权值的数据类型 typedef struct{ VertexTyp 阅读全文
posted @ 2023-09-19 17:24 安河桥北i 阅读(3) 评论(0) 推荐(0) 编辑