设初始序列为a1,a2,……,an,以序列中的某个元素ai为基准(轴),经调整后,使得ai左边的元素均小于ai,右边的均大于等于ai,而后对这两个子区再分别使用快速排序。
[具体要求]
(1) 需要用一维数组a来存储等待排序的序列;
(2) 设置两个工作指针i和j;
(3) 每次快速排序都以排序区域的首元素为基准(轴);
(4) 程序用递归函数来实现。
资源简介:Program to implement a list data structure in C++ (partial) With debug output for poor-man s animation
上传时间: 2016-02-02
上传用户:litianchu
资源简介:fundation of data structure in c 计算机优秀图书英文版
上传时间: 2013-12-08
上传用户:1966640071
资源简介:data structure in c ebook
上传时间: 2013-12-28
上传用户:kernaling
资源简介:data structure in c e-book
上传时间: 2017-08-30
上传用户:shizhanincc
资源简介:设初始序列为a1,a2,……,an,以序列中的某个元素ai为基准(轴),经调整后,使得ai左边的元素均小于ai,右边的均大于等于ai,而后对这两个子区再分别使用快速排序。 [具体要求] (1) 需要用一维数组a来存储等待排序的序列; (2) 设置两个工作指针i和j;...
上传时间: 2015-12-28
上传用户:markhu53
资源简介:c++快速排序法
上传时间: 2015-02-03
上传用户:钓鳌牧马
资源简介:Data Structures in C:Concept and Implementation. Data Structures in C Power Point
上传时间: 2016-05-21
上传用户:semi1981
资源简介:This is a safe double linked list data structure in order to store data on void* pointer for data segment.
上传时间: 2017-04-22
上传用户:youmo81
资源简介:Fundamentals of Data Structures in C++by Ellis Horowitz , Sartaj Sahni , Dinesh Mehta我想做它的习题来提高,可没有答案,也不知道做对没有或者 ...
上传时间: 2017-08-07
上传用户:lili123
资源简介:binary search tree is umplemented using data structures in C++
上传时间: 2014-01-23
上传用户:semi1981