搜索资源列表
83390079060624
- 设计程序完成如下功能:对给定的图结构和起点,产生所有的深度优先搜索遍历序列,并给出求解过程的动态演示。 说明:可以用实验工具中的有关功能。
MST_47702
- 图的深度广度遍历和最小生成树PRIM和KRUSCA-Depth breadth traversal of the graph and the minimum spanning tree PRIM and KRUSCA, ....
ddw
- 创建图G(任选邻接矩阵或邻接表) 2. 显示图 3. 深度优先搜索遍历图 4. 广度优先搜索遍历图 5. 在图中插入顶点 6. 在图中插入边 -Create a graph G (optional adjacency matrix or adjacency table) 2. The depth-first search traversal Figure 3. Figure 4. Figure 5. BFS traversal 6. Insert Vertex
tu
- 图的广度和深度的遍历,图的两种遍历方法,深度遍历,广度遍历-Figure the breadth and depth of traversal, figure of two kinds of traversal methods, depth traversal and breadth traversal
graph
- 图的构建,包括无向图有向图及其遍历,删除添加结点和边,广度遍历和深度遍历,并可打印出来图的结构-Figure Construction, including undirected graph directed graph traversal and delete nodes and edges add breadth and depth of traversal traversal
Graph
- 图的存储、遍历、最短路径算法 图的DFS和BFS函数 Dijstra算法求最短路径-Graph storage traversal, shortest path algorithm graph DFS and BFS function Dijstra shortest path algorithm