摘要:
题目如下 #include<stdio.h> #include<stdlib.h> typedef int ElemType; typedef struct LNode{ ElemType data; struct LNode *next; }LNode,*LinkList; //尾插法 LinkL 阅读全文
posted @ 2021-07-09 18:05
upupup-999
阅读(76)
评论(0)
推荐(0)
摘要:
题目如下 #include<stdio.h> #include<stdlib.h> typedef int ElemType; typedef struct LNode{ ElemType data; struct LNode *next; }LNode,*LinkList; //尾插法 LinkL 阅读全文
posted @ 2021-07-09 17:46
upupup-999
阅读(94)
评论(0)
推荐(0)
浙公网安备 33010602011771号