文件名称:array
-
所属分类:
- 标签属性:
- 上传时间:2016-04-15
-
文件大小:989byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
快速排序是采用了递归的思想,首先找一个基准点(一般为第一个数),通过一次递归将要排序的数据分成两部分,其中一部分的所有数据比基准点小,另外一部分的所有数据都比基准点大,然后分别对两部分数据进行相同的处理,最后得到一个有序的数列。-Quicksort is recursive to the idea, first of all to find a reference point (usually the first number), by the recursive data to be sorted into two parts, one part of all of the data is smaller than the reference point, and part of all data than the reference point and then separately on the two parts of the same data, and finally get an ordered sequence.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
array.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.