文件名称:QuickSort
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- si***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
快排,快速排序算法,里面包含例子,并且有原始版本,有改进: 去除尾递归,有去除尾递归,
改进2):将较短的区间使用递归去排序. 较长的区间用循环去排序.-Fast discharge, fast sorting algorithm, which contains examples, and there is the original version, there are improvements: removal of tail recursion, there is removal of tail recursion, improved 2): the shorter the interval to use recursion to sort with a cycle interval longer to sort.
改进2):将较短的区间使用递归去排序. 较长的区间用循环去排序.-Fast discharge, fast sorting algorithm, which contains examples, and there is the original version, there are improvements: removal of tail recursion, there is removal of tail recursion, improved 2): the shorter the interval to use recursion to sort with a cycle interval longer to sort.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
QuickSort\DEV\Makefile.win
.........\...\test.dev
.........\main.cpp
.........\Partition.h
.........\Qsort.h
.........\VC\test\test.sln
.........\..\....\test.suo
.........\..\....\test.vcproj
.........\..\....\test.vcproj.DELL-A72D2808EC.dellpc.user
.........\..\....\test.vcproj.漆涛.qt.user
.........\..\test
.........\DEV
.........\VC
QuickSort
.........\...\test.dev
.........\main.cpp
.........\Partition.h
.........\Qsort.h
.........\VC\test\test.sln
.........\..\....\test.suo
.........\..\....\test.vcproj
.........\..\....\test.vcproj.DELL-A72D2808EC.dellpc.user
.........\..\....\test.vcproj.漆涛.qt.user
.........\..\test
.........\DEV
.........\VC
QuickSort