搜索资源列表
KSPX
- 快速排序的基本算法-basic Quick Sort Algorithm
找第k小算法程序
- 此代码查找序列中指定第几大小的程序,这将会在快速排序异步并行算法中用到。-this code sequence you specify the size of several of its procedures, which will be in the fast asynchronous parallel sorting algorithm used.
kuaisu
- 快速排序,算法分析与设计第二章分治法思想的快速排序算法实现.-quick sort, algorithm analysis and design of the second chapter ideological divide-and-conquer method of quick sort algorithm.
Quick_Sort_forleaner
- 数据结构的快速排序算法的实现程序,希望对大家有帮助-data structure of the quick sort algorithm procedures, we hope to help
E66_0230
- 内部排序算法比较 一、需求分析 1. 实验要对以下6种常用的内部排序算法进行实测比较:起泡,直接插入,简单选择,快速,希尔,堆排序。 2. 待排序表的表长不小于100,其中的数据要用伪随机数产生(RAND()),至少要用5组不现的输入数据作比较,比较的指标为有关键字参加的比较次数和关键字参加的比较次数和关键字的移动次数。 3. 最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -internal sorting algorithm 1, a demand an
sort
- 算法中经典问题,排序算法的实现。其中有冒泡、改进的快速、堆、选择排序的实现。
sort
- 一 :排序n个元素,元素为随机生成的长为1~16的字符串,n的取值为2k(k取4、6、8、10、12、16、18、20),排序算法分别为直接插入排序, 冒泡排序,堆排序,归并排序,快速排序,比较各种排序在不同输入下的运行时间. 二:排序n个元素,元素为随机生成的1~10000的正整数,n的取值为2k(k取4、6、8、10、12、16、18、20),排序算法分别为直接插入排序,快速排序,基数排序,计数排序,比较各种排序在不同输入下的运行时间.
4种排序实现与比较
- 这算法实现了插入排序,快速排序,shell,堆排序,还有它们的性能比较!-insertion sort, quick sort, shell, heap sort, and compare their performance!
常见排序算法实现
- 常见的排序算法,如插入排序,快速排序-common algorithm, such as the insertion sort, rapid sequencing etc.
sort
- 该程序里面是关于排序方面的肉容,有快速和归并排序两种算法,并且比较这两种算法的时间。数据有随机生成和人工输入两种。
152316134
- 快速排序的经典算法-Quick Sort of the classic algorithm
otherssort
- java实现的几类排序算法包括,快速算法,SHELL算法等非常经典的算法-achieving several of the sorting algorithms include rapid algorithm, SHELL algorithm very classic algorithm