搜索资源列表
quicksort
- 我们编写的是一个实现快速排序算法的c++程序
Quicksort
- To enter a period of integer sequence.and To realize the order
kuaisupaixu
- VC++编程,快速排序。北航研究生教学软件技术基础作业。-VC++ programming quicksort. Beijing University of Aeronautics and Astronautics graduate teaching software technology base job.
2.3QUICK-paixu
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort (Quicksort) is an improvement on the bubble sort. Presented by the CAR Hoare in
quicksort
- 快速排序源码,利用迭代的方法,是一个很基础的程序,望大家指正-Quick sort source code, the iterative method is a very basic program, we hope to correct me
