文件名称:快排
介绍说明--下载内容均来自于网络,请自行研究使用
快速排序
算法的基本思想:
快速排序的基本思想是基于分治策略的。对于输入的子序列ap..ar,如果规模足够小则直接进行排序,否则分三步处理
-fast algorithm basic idea : Quick Sort The basic idea is based on the divide and conquer strategy. For input sequences ap .. ar, if the scale is small enough for direct sequencing, otherwise handled in three steps
算法的基本思想:
快速排序的基本思想是基于分治策略的。对于输入的子序列ap..ar,如果规模足够小则直接进行排序,否则分三步处理
-fast algorithm basic idea : Quick Sort The basic idea is based on the divide and conquer strategy. For input sequences ap .. ar, if the scale is small enough for direct sequencing, otherwise handled in three steps
(系统自动生成,下载前可以参看下载内容)
下载文件列表
快速排序.doc