文件名称:tu
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 224kb
- 下载次数:
- 0次
- 提 供 者:
- 庄**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。
根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。
-Data structure traversal algorithm is the most common method of operation is the basis for all other algorithms. Traverse the graph than the linear form, the structure of the tree traversal algorithm to complex, focusing on the discussion of graph traversal algorithms, a more general significance. Graph traversal is from a specified vertex graph traversal starting as a starting point, according to a certain search path traversal, all vertices of the graph for a visit only the process. Under the direction of the search path is different graph traversal methods can be divided into depth-first search traversal and breadth-first search traversal, but also according to different methods of preparation method, can be divided into non-recursive traversal algorithms and recursive traversal algorithms.
根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。
-Data structure traversal algorithm is the most common method of operation is the basis for all other algorithms. Traverse the graph than the linear form, the structure of the tree traversal algorithm to complex, focusing on the discussion of graph traversal algorithms, a more general significance. Graph traversal is from a specified vertex graph traversal starting as a starting point, according to a certain search path traversal, all vertices of the graph for a visit only the process. Under the direction of the search path is different graph traversal methods can be divided into depth-first search traversal and breadth-first search traversal, but also according to different methods of preparation method, can be divided into non-recursive traversal algorithms and recursive traversal algorithms.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
图的遍历算法设计\图的遍历算法设计-源程序\4.cpp
................\.......................\bianlitu.dsp
................\.......................\bianlitu.dsw
................\.......................\bianlitu.ncb
................\.......................\bianlitu.opt
................\.......................\bianlitu.plg
................\.......................\Debug\4.obj
................\.......................\.....\bianlitu.exe
................\.......................\.....\bianlitu.ilk
................\.......................\.....\bianlitu.opt
................\.......................\.....\bianlitu.pch
................\.......................\.....\bianlitu.pdb
................\.......................\.....\vc60.idb
................\.......................\.....\vc60.pdb
................\图的遍历算法设计.doc
................\................-源程序\Debug
................\图的遍历算法设计-源程序
图的遍历算法设计
................\.......................\bianlitu.dsp
................\.......................\bianlitu.dsw
................\.......................\bianlitu.ncb
................\.......................\bianlitu.opt
................\.......................\bianlitu.plg
................\.......................\Debug\4.obj
................\.......................\.....\bianlitu.exe
................\.......................\.....\bianlitu.ilk
................\.......................\.....\bianlitu.opt
................\.......................\.....\bianlitu.pch
................\.......................\.....\bianlitu.pdb
................\.......................\.....\vc60.idb
................\.......................\.....\vc60.pdb
................\图的遍历算法设计.doc
................\................-源程序\Debug
................\图的遍历算法设计-源程序
图的遍历算法设计