无向表 链表存储方式

#include "stdio.h"#include "stdlib.h"#define MAXVEX 10typedef char VertexType;typedef int EdgeType;typedef struct EdgeNode{ int adjvex; EdgeType...

posted on 2015-07-17 19:10  winters1992x  阅读(198)  评论(0编辑  收藏  举报

导航