摘要:
#include<stdio.h> #include<stdlib.h> #include<malloc.h> typedef struct LNode{ int data; struct LNode* next; }LNode,*LinkList; LinkList List_TailInsert 阅读全文
posted @ 2020-07-19 21:36
RomanticChopin
阅读(2499)
评论(0)
推荐(1)
摘要:
#include<stdio.h> #include<stdlib.h> #include<malloc.h> typedef struct LNode{ int data; struct LNode* next; //next是一个指向结构体类型的指针, LNode* 是一个指针数据类型类似int 阅读全文
posted @ 2020-07-19 21:33
RomanticChopin
阅读(1969)
评论(0)
推荐(0)

浙公网安备 33010602011771号