摘要:
#include<stdio.h> #include<stdlib.h> typedef int ElemType; typedef struct LNode{ ElemType data; struct LNode *next; }LNode,*LinkList; //尾插法 LinkList L 阅读全文
posted @ 2021-07-08 10:15
upupup-999
阅读(144)
评论(0)
推荐(0)
摘要:
#include<stdio.h> #include<stdlib.h> typedef int ElemType; typedef struct LNode{ ElemType data; struct LNode *next; }LNode,*LinkList; //尾插法 LinkList L 阅读全文
posted @ 2021-07-08 09:30
upupup-999
阅读(150)
评论(0)
推荐(0)
浙公网安备 33010602011771号