搜索资源列表
tudebianli
- 数据结构与算法 图的遍历 算法
tudebianli
- 图的遍历,搜索-traverse map, search
tudeBianli
- 图的遍历算法的演示,数据结构的课程设计,演示具体的具体操作,有文档资料
tuDeBianLi
- 以邻接表为存储结构,选择图的类型(有向图或无向图),创建相应的图。对创建的图按深度优先和广度优先的遍历。(文档中含代码)
tudebianli
- 图的遍历和生成树求解实现(邻接矩阵、邻接表 ―图的深度广度遍历算法的实现和最小生成树PRIM和KRUSCAL算法的实现) -Graph Traversal and Spanning Tree Solution implementation (adjacency matrix, adjacency list- map the depth of breadth traversal algorithm and implementation of the minimum spanning tree al
tudebianli
- 能够进行图的遍历,其中包括有队列的出对入队运算。-Graph traversal can be carried out, including a queue out the right into the team operation.
tudebianli
- 实现图的深度优先, 广度优先遍历算法,并输出原图结构及遍历结果。 初步完成总体设计,搭好框架; 最低要求:两种遍历都要实现,写出画图的思路; 进一步要求:画出图的结构,有兴趣的同学可以进一步改进图的效果。 -Implementation of Depth-first, breadth-first traversal algorithm, and outputs the original image structure and the traversal result. Complet
tudebianli
- 关于图的遍历,是C语言中的难点。不懂的新人可以参考!-Traversal on the graph is C language difficulties. Newcomers can not understand the reference!
tudebianli
- 一个完整的图的遍历的基础程序,对于刚学数据结构(C++)的朋友来说很好,简明易懂!-A complete graph traversal based program, for just learning the data structure(c++)is a very good friend, easy to understand!
tudebianli
- 使用邻接表存储结构,编写一个程序,实现对有向图遍历操作。是用C++编写的程序源代码。-Storage structure using the adjacency list, write a program to achieve a directed graph traversal operations. Is a program written in C++ source code.
tudebianli
- 实现图的深度优先, 广度优先遍历算法,并输出原图结构及遍历结果。 分步实施: -To achieve the depth chart first, breadth-first traversal algorithm, and outputs the result through the structure and artwork. Step by step:
tudebianli
- 数据结构图的遍历 数据结构图的遍历-Graph traversal of data structures
tudebianli
- 根据《数据结构》学所内容,使用C++中的封装、继承、运算符重载、类模板等技术,完成以上各个数据结构类的设计。-According to the data structure of the study content, use the inheritance, sealing, in c++ operator overloaded, class template technology, complete the above all data structure kind design. sub
tudebianli
- 分别用邻接矩阵和邻接表实现图的深度优先搜索和广度优先搜索-Adjacency matrix and adjacency were used to map the table to achieve the depth-first search and breadth-first search
tudebianli
- 图的遍历邻接矩阵的实现以及 图的遍历邻接表的存储-Storage graph traversal adjacency matrix and graph traversal achieve adjacency list