设初始序列为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
资源简介:浙江大学计算机学院数据结构课程的教学课件,就是经典教材《Fundamentals of Data Structure in C》的课件。
上传时间: 2013-12-31
上传用户:fxf126@126.com
资源简介:In addition to individual algorithm, Demonstration System is a "data structure" (C language version) book algorithm corresponding to the code (CPP) and the test operating procedures (VC + +6.0 to the EXE). Through the system can demonstrate...
上传时间: 2013-12-24
上传用户:change0329
资源简介:快速排序算法的C语言的源程序代码 source code written in C programming language for algorithm of quick sort.
上传时间: 2016-01-23
上传用户:pompey
资源简介:list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.
上传时间: 2017-03-27
上传用户:LIKE
资源简介:c pre preocessor directive for debug messages and queue data structure implementation in c++.
上传时间: 2013-12-15
上传用户:sy_jiadeyi
资源简介:Student result management system Use the C language realization system 2, the data structure making use of the structure body several realization student s result design 3, the system have increment, search, insert, row preface etc. b...
上传时间: 2013-11-29
上传用户:1966640071
资源简介:快速排序算法的c实现
上传时间: 2014-01-18
上传用户:luopoguixiong
资源简介:Complete video store application in c++ using linked lists to store data in files. it keeps track of videos and customers and have many checks and options.
上传时间: 2014-06-20
上传用户:zhoujunzhen
资源简介:这是数据结构和算法的国外经典书籍.清华大学出版社出版的<数据结构c++语言描述-应用模板库STL>陈君 译 英文名称是Data Structures with c++ Using STL. 作者: William Ford ,William Topp . 代码代码当中包含各种经典算法 ,比如各种排序 如选择排序,基数排序...
上传时间: 2014-01-05
上传用户:zhangyi99104144
资源简介:几种排序算法的C语言实现 用函数实现如下算法: (1) 直接插入排序, 希尔排序 (2) 冒泡排序, 快速排序 (3) 选择排序, 堆排序 (4) 归并排序 (5) 基数排序
上传时间: 2015-05-18
上传用户:kristycreasy
资源简介:c algorithm source code for gerneral data structure
上传时间: 2013-12-10
上传用户:ggwz258
资源简介:快速排序c++源码,已测试过
上传时间: 2015-06-13
上传用户:dragonhaixm
资源简介:快速排序算法,很好用,用c++编,拷贝在文本里,大家可以参考参考哦.
上传时间: 2015-06-30
上传用户:FreeSky
资源简介:用c++编的排序的操作,这个是快速排序,有时间我会多上载几个别的
上传时间: 2014-02-09
上传用户:星仔
资源简介:Algorithms in C, Parts 1-4 (Fundamental Algorithms, Data Structures, Sorting, Searching) code
上传时间: 2013-12-10
上传用户:zukfu
资源简介:Algorithms in c++, Parts 1-4 (Fundamental Algorithms, Data Structures, Sorting, Searching) code
上传时间: 2015-10-03
上传用户:JIUSHICHEN
资源简介:快速排序的C语言原程序,希望对大家有帮助!!我觉得还可以
上传时间: 2013-12-28
上传用户:yt1993410
资源简介:Data Structures and Algorithms with Object-Oriented Design Patterns in C# 这本书的范例代码dll自己反编译的source code http://www.brpreiss.com/books/opus6/
上传时间: 2013-11-29
上传用户:xuanjie
资源简介:数据结构中算法之一的快速排序法的C语言实现的源代码。
上传时间: 2015-11-26
上传用户:dragonhaixm
资源简介:快速排序与最长公共子序列算法(Visual c++)
上传时间: 2013-12-26
上传用户:hzy5825468