-
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows:
Input Format:
The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges
Second row, enter information in each vertex, that enter each vertex character
Start typing in the third line of each side, each side in the form of two vertices
- 2022-01-26 03:32:41下载
- 积分:1
-
解析TIFF影像数据格式并显示TIFF影像
通过解析TIFF影像数据格式,获得TIFF影像的相关参数,如宽度、高度、位深度、数据信息,然后将数据显示出来,对于想独立读取TIFF数据信息有一定帮助。
- 2023-08-28 14:00:04下载
- 积分:1
-
Common web application workframe.
通用Web应用程序框架.可以节省开发时间,提高开发效劳,节约成本.-Common web application workframe.
- 2023-02-09 22:10:05下载
- 积分:1
-
一个面向对象的计算器
一个面向对象的计算器-an object-oriented calculators
- 2022-02-05 23:22:38下载
- 积分:1
-
ZOK Lame Wrapper
ZOK Lame Wrapper
- 2022-07-03 07:47:09下载
- 积分:1
-
button按钮的小程序
button按钮的小程序-button button for the small program
- 2022-03-03 15:17:29下载
- 积分:1
-
可以直接进行行列式的计算
输入为行列式,输出为行列式的值...
可以直接进行行列式的计算
输入为行列式,输出为行列式的值-Can directly enter the calculation of the determinant as the determinant, the output value for the determinant
- 2022-03-12 16:44:47下载
- 积分:1
-
插入IE穿墙下载者
过大多数杀软 防火墙
插入IE穿墙下载者
过大多数杀软 防火墙-dll inserted downloader
through fire walls and the majority of anti-virus
- 2022-06-16 15:53:32下载
- 积分:1
-
随机数生成
服从正态分布的随机数的生成。
- 2022-01-22 14:56:21下载
- 积分:1
-
Vb.net电子书
Vb.net电子书,里面详细介绍了基本语法介绍,各种控件的使用说明,以及如何开发windowsAPI程序,对于学习VB编程的人来说,这是一本非常不错的资料。
- 2022-01-30 21:44:37下载
- 积分:1