摘要:
#include#include#define MAX_VERTEX_NUM 10typedef char VertexType;typedef struct ArcNode//边 { int adjvex; struct ArcNode *nextarc; in... 阅读全文
posted @ 2014-06-06 18:53
小小陌上花开
阅读(492)
评论(0)
推荐(0)
|
摘要:
#include#include#define MAX_VERTEX_NUM 10typedef char VertexType;typedef struct ArcNode//边 { int adjvex; struct ArcNode *nextarc; in... 阅读全文
posted @ 2014-06-06 18:53
小小陌上花开
阅读(492)
评论(0)
推荐(0)
摘要:
#include#include#define MAX_VERTEX_NUM 20 typedef struct ArcBox{ int tailvex,headvex;//该弧的头和尾定点的位置 struct ArcBox *hlink,*tlink;//分别为弧头和弧尾相同的弧的链域 int *... 阅读全文
posted @ 2014-06-06 10:52
小小陌上花开
阅读(378)
评论(0)
推荐(0)
|