文件名称:Quicksort
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Text]
- 上传时间:
- 2013-04-14
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- Smi****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort (Quicksort) is an improvement on the bubble sort. By CAR Hoare in 1962. The basic idea is: sort through the trip will be to sort the data is divided into two separate parts, the part of all of the data than the other part of the data to be small, then this method were both part of the data fast sort the entire sorting process can recursively, in order to reach the entire data into an ordered sequence.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
快速算法源代码.txt