摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <ctype.h> 4 #include <string.h> 5 typedef int ElemType; 6 typedef struct Queue{ 7 ElemType *item 阅读全文
posted @ 2020-05-22 20:14 四字又名 阅读(248) 评论(0) 推荐(0)
摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <ctype.h> 4 #include <string.h> 5 typedef int ElemType; 6 typedef struct item{ 7 ElemType items; 阅读全文
posted @ 2020-05-22 11:34 四字又名 阅读(213) 评论(0) 推荐(0)
摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <ctype.h> 4 #include <string.h> 5 typedef int ElemType; 6 typedef struct stack{ 7 ElemType *item 阅读全文
posted @ 2020-05-22 11:27 四字又名 阅读(247) 评论(0) 推荐(0)