摘要: /*堆排序数组实现*/#include #include #define N 8#define M N+1/*队列*/ int rear=N,front=(N+1)/2;//此处有N+1个已入队 void change(int *a,int *b){ int t... 阅读全文
posted @ 2015-03-12 22:09 机智的程序员小熊 阅读(183) 评论(0) 推荐(0) 编辑