图的存储 数据结构 陈越
摘要:
图的邻接矩阵表示-无向网图的初始化程序 #include <stdio.h> #include <stdlib.h> #define MaxVertexNum 100 #define INF 65535 typedef int Vertex; //顶点下标表示顶点 typedef int Weigh 阅读全文
posted @ 2024-11-23 15:24 swj2529411658 阅读(7) 评论(0) 推荐(0) 编辑