文件名称:4-creatDG
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:866byte
-
已下载:0次
-
提 供 者:
-
相关连接:无
-
下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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