摘要: 比较常见的排序方法,见例题: 本题要求实现堆排序中的筛选函数,待排序列的长度1<=n<=1000。 函数接口定义: void HeapAdjust( HeapType H, int s, int m); 其中L是待排序表,使排序后的数据从小到大排列。###类型定义: typedef int KeyT 阅读全文
posted @ 2022-12-11 16:05 一统天下。 阅读(94) 评论(0) 推荐(0) 编辑