Introduction - If you have any usage issues, please Google them yourself
The use of adjacency matrix of the graph breadth-first traversal algorithm, using sub-array pointer before the root of the general tree traversal algorithm
Packet : 55593379treeandpicture.rar filelist
8.2.1利用父指针数组的普通树前根遍历算法.txt
8.2.2利用子指针数组的普通树前根遍历算法.txt
8.2.3利用子指针数组的普通树后根遍历算法.txt
8.3.1利用邻接矩阵的图广度优先遍历算法.txt
8.3.2利用邻接表的图广度优先遍历算法.txt
8.3.3利用邻接矩阵的图深度优先遍历算法.txt
8.3.4利用邻接表的图深度优先遍历算法.txt
8.3.5利用邻接表图的深度优先生成树生成算法.txt
8.4.1利用邻接矩阵的网络最小生成树算法.txt
8.4.2利用邻接表的图最短路径算法.txt
8.1.1编号遍历.txt
8.1.2前根遍历.txt
8.1.3中根遍历.txt
8.1.4后跟遍历.txt