会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码如诗
小楼一夜听春雨
博客园
首页
新随笔
联系
订阅
管理
2009年3月7日
逆转链表的实现
摘要: #include <iostream>using namespace std;typedef struct _List_my{ int index; struct _List_my *next; _List_my(int i):index(i), next(NULL){} _List_my():ne
阅读全文
posted @ 2009-03-07 19:00 小 楼 一 夜 听 春 雨
阅读(390)
评论(0)
推荐(0)
公告