静态链表

//------线性表的静态单链表存储结构

#define MAXSIZE 1000

typedef struct{

 

posted @ 2015-04-21 22:37  daijkstra  阅读(96)  评论(0编辑  收藏  举报