会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
michellel.top
怕什么真理无穷,进一寸有一寸的欢喜。 ---胡适
博客园
新随笔
联系
订阅
管理
2021年8月23日
时隔多年,再次实现的链表
摘要: 代码非常简单,不多少,list.h 1 #ifndef list_h 2 #define list_h 3 4 #include <stdlib.h> 5 #include <stdio.h> 6 7 #define MaxSize 10 8 9 typedef int DataType; 10 1
阅读全文
posted @ 2021-08-23 15:32 叕叒双又
阅读(61)
评论(0)
推荐(0)
编辑
公告