QuickSort

所属分类:数据结构
开发工具:Visual C++
文件大小:8KB
下载次数:2
上传日期:2011-06-03 11:23:52
上 传 者james.yang
说明:  快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。
(Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. The basic idea is: a trip to sort through the data to be sorted is divided into two independent parts, one part of the part of all of the data than the other, all data should be small, and then part of the data here are two methods for rapid sorting, the sorting process can be recursive in order to achieve the data into an orderly sequence.)

文件列表:
QuickSort\QuickSort.cpp (1423, 2011-03-24)
QuickSort\QuickSort.dsp (4576, 2010-12-27)
QuickSort\QuickSort.dsw (526, 2010-12-27)
QuickSort\QuickSort.ncb (41984, 2011-03-24)
QuickSort\QuickSort.opt (53760, 2011-03-24)
QuickSort\QuickSort.plg (1624, 2011-03-23)
QuickSort\StdAfx.cpp (296, 2010-12-27)
QuickSort\StdAfx.h (667, 2010-12-27)
QuickSort (0, 2011-05-05)

======================================================================== CONSOLE APPLICATION : QuickSort ======================================================================== AppWizard has created this QuickSort application for you. This file contains a summary of what you will find in each of the files that make up your QuickSort application. QuickSort.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. QuickSort.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named QuickSort.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者