文件名称:depth-first-traversal
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个数据结构中二叉树的邻接链表的建立以及广度优先遍历和深度优先遍历的算法,对于初学者来说,这样的算法简单易懂,非常容易上手-This is to establish and breadth of a binary tree data structure adjacency list first traversal and depth-first traversal algorithm, for starters, this algorithm is simple to understand and very easy to use
(系统自动生成,下载前可以参看下载内容)
下载文件列表
图的邻接链表的建立&&相应的图的深度优先遍历以及广度优先遍历\homework_7.1.c
图的邻接链表的建立&&相应的图的深度优先遍历以及广度优先遍历