12 2022 档案

摘要:1. 图的邻接矩阵结构体定义 #include<stdio.h> # define Maxvertices 20 typedef struct Seqlist { int length; //存储顶点总数 char* data; // 等价于 char data[Maxvertices] }Seql 阅读全文
posted @ 2022-12-19 21:26 XjtuSeLwh2017 阅读(67) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示