文件名称:4-creatDG
介绍说明--下载内容均来自于网络,请自行研究使用
1、 图的存储结构的定义和图的创建
图的种类有:有向图、无向图、有向网、无向网。
图的存储结构可采用:邻接矩阵、邻接表。
要求:分别给出邻接矩阵和邻接表在某一种图上的创建算法
-1, Figure storage structure definition and diagram types to create plans are: a directed graph, undirected graph, directed networks, undirected networks. Map storage structure can be used: adjacency matrix, adjacency list. Requirements: respectively, the adjacency matrix and adjacency list are given a certain kind of graph creation algorithm
图的种类有:有向图、无向图、有向网、无向网。
图的存储结构可采用:邻接矩阵、邻接表。
要求:分别给出邻接矩阵和邻接表在某一种图上的创建算法
-1, Figure storage structure definition and diagram types to create plans are: a directed graph, undirected graph, directed networks, undirected networks. Map storage structure can be used: adjacency matrix, adjacency list. Requirements: respectively, the adjacency matrix and adjacency list are given a certain kind of graph creation algorithm
(系统自动生成,下载前可以参看下载内容)
下载文件列表
4-创建有向图.cpp