文件名称:quicksort
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:250.49kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。
-Quick sort (Quicksort) is a bubble sort of an improvement. CAR Hoare in 1962 by the make. The basic idea is: a trip to sort through the data to be sorted is divided into two separate parts, a part of all of the data other than the part of all of the data to be small, then the two parts to this method for rapid data were sorting, the sorting process can be recursively, in order to achieve the data into an orderly sequence.
-Quick sort (Quicksort) is a bubble sort of an improvement. CAR Hoare in 1962 by the make. The basic idea is: a trip to sort through the data to be sorted is divided into two separate parts, a part of all of the data other than the part of all of the data to be small, then the two parts to this method for rapid data were sorting, the sorting process can be recursively, in order to achieve the data into an orderly sequence.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
quicksort/Debug/quicksort.exe
quicksort/Debug/quicksort.obj
quicksort/Debug/quicksort.pdb
quicksort/Debug/vc60.pdb
quicksort/quicksort.cpp
quicksort/quicksort.dsp
quicksort/quicksort.ncb
quicksort/quicksort.opt
quicksort/quicksort.plg
quicksort/Debug
quicksort
quicksort/Debug/quicksort.obj
quicksort/Debug/quicksort.pdb
quicksort/Debug/vc60.pdb
quicksort/quicksort.cpp
quicksort/quicksort.dsp
quicksort/quicksort.ncb
quicksort/quicksort.opt
quicksort/quicksort.plg
quicksort/Debug
quicksort
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.