文件名称:mixed_sorting
介绍说明--下载内容均来自于网络,请自行研究使用
实现快速排序与直接选择排序相结合的排序算法。要求对输入的序列,用Partition过程分割成每10个记录为一组的子序列,然后再对每个子序列实施直接选择排序。-Quick sort and the combination of direct selection sort sorting algorithm. Require the input sequence, with the Partition process is divided into 10 records for a group of sub-sequence, and then direct the implementation of each sub-sequence selection sort.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
混合排序.cpp