-
1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。
2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。
3 求图的...
1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。
2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。
3 求图的最小生成树,按构造顺序输出边的序列。(两种方法都要求!)
-Create a storage structure of a given graph from the adjacency list and adjacency matrix are two ways to choose a store. Two pairs of maps created by the depth and breadth-first search traversal, given the culmination of the process of traversal sequence. 3 order to map the minimum spanning tree, according to the order of the output side of the sequence structure. (Both methods require!)
- 2022-12-16 12:05:03下载
- 积分:1
-
sentinel examples of the data structure
数据结构的sentinel示例
- 2022-06-19 21:10:35下载
- 积分:1
-
数据结构中经典的约瑟夫环问题的解法。
数据结构中经典的约瑟夫环问题的解法。-data structure classic Josephus the solution.
- 2022-03-10 18:20:08下载
- 积分:1
-
访问FTP下载数据,通过数值分析,并把数据以及结果存放到Oracle数据库中。FTP访问;数据分析;Oracle连接、操作。...
访问FTP下载数据,通过数值分析,并把数据以及结果存放到Oracle数据库中。FTP访问;数据分析;Oracle连接、操作。-FTP access to download data, through numerical analysis, and the data and the results stored into the Oracle database. FTP access data analysis Oracle connection, operation.
- 2022-10-09 05:55:03下载
- 积分:1
-
线性表元素删除运算,删除线性表L中第i个位置上的元素
线性表元素删除运算,删除线性表L中第i个位置上的元素-linear elements to delete Table Operational delete Table L linear section i positions on the elements
- 2023-03-18 20:20:03下载
- 积分:1
-
Binary Tree Application
二叉树应用-线索化二叉树遍历的源码以及实验报告!-Binary Tree Application- threaded binary tree traversal of the source and the experimental report!
- 2022-05-24 23:37:42下载
- 积分:1
-
Design Paterns
程序展示了C++程序的现代设计模式。设计模式是重用设计解决方案的方法
- 2022-04-19 23:24:49下载
- 积分:1
-
N-皇后问题线性时间算法
O(n)复杂度,非O(n^2)的,使用的是构造法。-N-Queen problem of linear time algorithm
- 2023-05-09 15:10:02下载
- 积分:1
-
谷歌地球瓦片编码
谷歌地图的编码方式,Google earth地图图片编码的qrst算法,包括坐标编号转QRST编码以及QRST编码反转坐标编码的程序
- 2023-03-04 15:30:03下载
- 积分:1
-
basic data structure class definition and realization : MyStack, MyPoint, MyArc,...
基本数据结构类的定义和实现: MyStack ,MyPoint,MyArc,Graph,MyQueuesMyStack为构造的一个通用的C++模版堆栈类 MyPoint为一个坐标结构MyArc为带权的边类Graph为临街矩阵表示的图MyQueues为按权值顺序存储的边的队列-basic data structure class definition and realization : MyStack, MyPoint, MyArc, Graph, MyQueuesMyStack for a generic structure of the C category MyPoint stack template for a structure MyArc to coordinate with the right side of the street like Graph Matrix plans MyQueues value of the order by the right side of the storage Queue
- 2023-08-10 15:55:02下载
- 积分:1