文件名称:main
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 胡*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
已知图采用邻接表存储,写出深度优先搜索算法的非递归形式
对邻接表存储的图采用非递归的深度优先搜索
该程序只适合有向连通图,可以用邻接表这样的一个图进行测试-Figure adjacency list is stored to write a depth-first search algorithm non-recursive form of
Adjacency list stored in the diagram using non-recursive depth-first search
The program is only suitable for a graph to a connected graph, with adjacency list for testing
对邻接表存储的图采用非递归的深度优先搜索
该程序只适合有向连通图,可以用邻接表这样的一个图进行测试-Figure adjacency list is stored to write a depth-first search algorithm non-recursive form of
Adjacency list stored in the diagram using non-recursive depth-first search
The program is only suitable for a graph to a connected graph, with adjacency list for testing
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.cpp