摘要: 1 #include "stdio.h" 2 #include "malloc.h" 3 #define OK 1 4 #define ERROR 0 5 6 typedef int Status; 7 typedef int ElemType; 8 9 typedef struct LNode 1 阅读全文
posted @ 2020-03-17 16:21 AsunaLGLL 阅读(232) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" #include "malloc.h" #define LIST_INIT_SIZE 100 #define LISTINCREMENT 10 #define OK 1 #define ERROR 0 typedef int Status; typedef in 阅读全文
posted @ 2020-03-17 14:38 AsunaLGLL 阅读(1067) 评论(0) 推荐(0) 编辑