文件名称:4
介绍说明--下载内容均来自于网络,请自行研究使用
无向图功能实现,用邻接多重表存储该无向图,并使用动态存储结构。用一个单链表把所有顶点存储起来,在存储边的节点中给出该边的两个顶点的各自的下一条边的节点地址。-Undirected graph implementation of function, with the adjacent multi-table to store the graph, and using dynamic storage structures. With a single list of all vertices stored in the memory of the node is given two vertices of the respective side edge of the next node address.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
4.cpp