摘要: 数据结构remake第二天 静态链表 可以理解为没有指针的编程语言的替代方案,增加cur作为p->next #include<stdio.h> #include<stdlib.h> #define MAXSIZE 10 typedef int ElemType; typedef struct Nod 阅读全文
posted @ 2023-03-19 14:53 noobwei 阅读(13) 评论(0) 推荐(0) 编辑