摘要: 1 //L为头结点的单链表 2 #include 3 #include 4 #define OK 1 5 #define ERROR 0 6 typedef int elemType;//元素类型 7 8 //定义结点 9 typedef struct _LNode ... 阅读全文
posted @ 2015-01-31 18:32 xnuwu 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define LIST_INIT_LEN 10 4 #define LISTINCREMENT 1 5 #define OK 1 6 #define NO 0 7 8 t... 阅读全文
posted @ 2015-01-31 18:30 xnuwu 阅读(90) 评论(0) 推荐(0) 编辑