会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
鲲特牌
首页
新随笔
订阅
管理
2025年6月8日
数据结构入门2
摘要: 继续看郝斌的数据结构入门视频课, 一起写数据结构的可实现代码. 这次是线性结构离散存储的链表. #include <stdio.h> #include <stdlib.h> #include <stdbool.h> typedef struct Node { int data; //数据域 stru
阅读全文
posted @ 2025-06-08 23:37 鲲特牌
阅读(11)
评论(0)
推荐(0)
公告