摘要: (1)今日安排邻接矩阵存储创建有向图 提目要求:以邻接矩阵的存储方式,创建一个有向图,顶点为字符型。源代码如下: #include<iostream> #include<cstdio> using namespace std; const int N=1010; struct { int n,m; 阅读全文
posted @ 2021-11-23 22:57 今天又双叒叕在敲代码 阅读(29) 评论(0) 推荐(0) 编辑