文件名称:data_struct7
-
所属分类:
- 标签属性:
- 上传时间:2012-10-24
-
文件大小:2.96kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
数据结构课后设计题第七章
7.22③ 试基于图的深度优先搜索策略写一算法,
判别以邻接表方式存储的有向图中是否存在由顶
点vi到顶点vj的路径(i≠j)。 注意:算法中涉及
的图的基本操作必须在此存储结构上实现。
实现下列函数:
Status DfsReachable(ALGraph g, int i, int j) -Data structure design question after class Chapter 7.22 ③ test graph-based depth-first search strategy to write an algorithm to judge by adjacency list stored in a directed graph for the presence of from vertex vi to vertex vj of the path (i ≠ j). Note: The algorithm that the basic operations involved in the storage structure must be realized. To achieve the following functions: Status DfsReachable (ALGraph g, int i, int j)
7.22③ 试基于图的深度优先搜索策略写一算法,
判别以邻接表方式存储的有向图中是否存在由顶
点vi到顶点vj的路径(i≠j)。 注意:算法中涉及
的图的基本操作必须在此存储结构上实现。
实现下列函数:
Status DfsReachable(ALGraph g, int i, int j) -Data structure design question after class Chapter 7.22 ③ test graph-based depth-first search strategy to write an algorithm to judge by adjacency list stored in a directed graph for the presence of from vertex vi to vertex vj of the path (i ≠ j). Note: The algorithm that the basic operations involved in the storage structure must be realized. To achieve the following functions: Status DfsReachable (ALGraph g, int i, int j)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
data_struct7.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.