会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
绿翠发荣
博客园
首页
新随笔
联系
订阅
管理
2010年11月4日
算法导论chapter6 堆排序的代码
摘要: 按照《算法导论》上的伪代码实现了,刚开始没注意index的问题,导致错误,看来对于伪代码实现C还是要注意下啊!!#include<iostream>#include <time.h> using namespace std;const int n=11;void print(int *a){ for(int i = 0; i < 11; ++i) cout <...
阅读全文
posted @ 2010-11-04 14:59 hailong
阅读(158)
评论(0)
推荐(0)
编辑
公告