摘要: 1 #include <stdio.h> 2 #include "stdlib.h" 3 4 #define LIST_INIT_SIZE 100 5 #define LISTINCREMENT 10 6 7 typedef int ElemType; 8 9 typedef struct 10 { 阅读全文
posted @ 2018-08-17 17:21 junlu 阅读(415) 评论(0) 推荐(0) 编辑