会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Q1143316492
新博客 https://q1143316492.github.io/
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
2016年12月27日
链表操作笔记
摘要: /** 链表基本操作 增,删,查,改,创建,摧毁 2016.12.7 */ #include #include #include #include #include #include #include #include using namespace std; typedef struct node{ int data; struct node *next; }NODE; /...
阅读全文
posted @ 2016-12-27 12:14 Q1143316492
阅读(217)
评论(0)
推荐(0)
编辑
栈的操作链表+数组版
摘要: 数组实现 链表实现
阅读全文
posted @ 2016-12-27 12:01 Q1143316492
阅读(202)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
公告