文件名称:youxiangtu
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
(1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。
(2)在有向图的邻接表的基础上计算各顶点的度,并输出。
(3)以有向图的邻接表为基础实现并输出它的拓扑排序序列。
(4)在主函数中设计一个简单的菜单,分别调试上述算法。
-(1) keyboard input data, the establishment of a directed graph adjacency list and outputs the adjacent table.
(2) When computing the degree of each vertex adjacent to the base map on the table, and output.
(3) In a directed graph adjacency list basis to achieve and output of its topological sorting sequence.
(4) design a simple menu in the main function, namely debug the algorithm described above.
(2)在有向图的邻接表的基础上计算各顶点的度,并输出。
(3)以有向图的邻接表为基础实现并输出它的拓扑排序序列。
(4)在主函数中设计一个简单的菜单,分别调试上述算法。
-(1) keyboard input data, the establishment of a directed graph adjacency list and outputs the adjacent table.
(2) When computing the degree of each vertex adjacent to the base map on the table, and output.
(3) In a directed graph adjacency list basis to achieve and output of its topological sorting sequence.
(4) design a simple menu in the main function, namely debug the algorithm described above.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
有向图.cpp