资 源 简 介
1.定义图的数据结构。
2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。
3.编写函数,输出图的遍历序列。-1. The definition of graph data structure. 2. Write a function, using adjacency list implementation diagram of the storage structure, find the vertex of degree. 3. Write a function, the output graph traversal sequence.