数据结构——图整理代码(邻接表存储图)

数据结构图相关代码整理记录——邻接表存储图 环境CodeBlocks17 运行经过 #include <iostream> #include <stdio.h> #include <stdlib.h> #include <queue> using namespace std; #define MAX_VERTEX_NUM 20 typedef char VertexType; // 顶点数
相关文章
相关标签/搜索