文件名称:tu

介绍说明--下载内容均来自于网络,请自行研究使用

遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。

根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。

-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

................\图的遍历算法设计-源程序

图的遍历算法设计

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org