会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
noobwei
博客园
首页
新随笔
联系
订阅
管理
2023年3月19日
20230319
摘要: 数据结构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
阅读(17)
评论(0)
推荐(0)
编辑
公告