图的深度优先遍历DPS邻接矩阵初始化

这次先写存储和深度,明天再写广度,和具体应用。 //数据结构之图的存储结构,初始化,遍历 #include<iostream> #include <stdlib.h> #include<string> #include<stdio.h> using namespace std; #define VertexType char//顶点类型 //存储结构 #define MaxSize 100//顶
相关文章
相关标签/搜索