搜索资源列表
Haskell
- Haskell的几个小程序,在winhugs运行. 包括字符串放大显示,毕达哥拉斯问题和快排.-Haskell programming example for string processing,quicksort,and so on.
qp
- 概况的说这是一个简单而重要的c++快排算法-cpp fast
RandQuickSort
- 随机快排,利用随机算法,搜索一个数列中的特定元素。期望时间复杂度要比快排小。-Algorithm using random search of a series of specific elements. Expect the time complexity faster than the small platoon.
paixu
- 实现各种内部排序,包括: 1、直接插入 2、简单选择 3、快排 4、堆排序 输入待排数字后,菜单选择排序方式,部分排序有主要排序步骤。 -Implementation of various internal sort, including: one, directly into the 2, 3 easy selection, fast row 4, HEAPSORT input figure to be ranked, the menu select Sort by,
sort
- 实现了各种方法排序,如插入,希尔,快排,选择,和归并,以及这几种排序时间统计及比较-Order to achieve a variety of methods, such as insert, Hill, fast scheduling, selection, and merging, as well as time to sort these types of statistics and comparison
assigment2
- 各种排序,包括,冒泡排序,快排,heap,桶排序,自动生成一组随机数,带测试-some advanced sorting algorithms, include bubble, quick, heap, bucket and can generate random numbers.
ExternalSorting
- 外部快排(External Quicksort): 与普通快排不同的是,关键数据是一段buffer,首先将之前和之后的M/2个元素读入buffer并对该buffer中的这些元素进行排序,然后从被排序数组的开头(或者结尾)读入下一个元素。-External fast row (External Quicksort): fast row with common difference is that critical data is a buffer, before and after the fir
sort
- 内部排序 以堆栈、快排、shell等方式进行排序,有一定的比较左右。还能分辨排序所用时间,对初学排序的人有很好的借鉴意义-Internal sorting with stacks, fast scheduling, shell sort, etc., have some more left. Can distinguish between time spent sorting, sorting on the beginners who have a good reference
fsort
- 手写的快排,适合在当作程序中的一个函数来使用,提高效率-Handwritten fast row, suitable as a function of the program to use and improve efficiency
sort
- 几乎所有sort方法的实现,包括快排,冒泡等-the numerous sort function
qSort
- 一个关于快排的算法,很简单,但是希望能对初学者有帮助-A very simple algorithm for fast row, but hope can be helpful for beginners
Sort
- 常见排序算法的简单实现,包含希尔、归并、快排、拓扑-Simple implementation of the common sorting algorithm, including Hill, merge, fast row, topology
TextFile1
- 该题要求读入n个整数,然后输出该n个整数的中位数。同时输入的数的个数是奇数的时候,中位数是唯一的;当输入的数是个数是是偶数的时候,求两个中位数的平均值,然后下取整输出。 一般来说,我们可以将这些数存在数组当中,然后对数组进行排序,最后利用数组下标查找即可。但也可以不排序找到中位数。毕竟排序是将所有数都放在合适的位置上,而查找中位数的操作只需要将中位数放在合适的位置即可。 下面就是不排序查找中位数的版本。事实上,下述解法其实是快速排序的一个变种。在n为奇数的情况下,下述代码运行
SortAlgorithms
- 七种排序算法实现,包括快排,归并,堆排序,冒泡排序等-Various sorting algorithms,it is very convenient for someone who want this resource
hannuota
- 汉诺塔和快排的C代码,这是一个小代码,帮助学习C语言的初学者理解-Tower of Hanoi and fast row C code, which is a little code to help beginners learn C language Li Xie
P1007
- TYVJ P007题题解 一道简单的贪心问题,快排即可解决-TYVJ P007 problem a simple solution to a problem greedy problems can be solved fast row
2016032701
- 排序算法,包括冒泡排序,堆排序,快排,归并排序等等(Sorting algorithm, including bubble sort, heap sort, quick row, merge sort, and so on)
快排_二分查找
- 快排 简单的快速排序算法 附加二分查找内容(QUICK SORT Fast row simple fast sorting algorithm add two point search content)
bz
- 完整八字排盘算法,可以算八字的程序哦,快来试试(Complete eight character row algorithm, can be eight word program Oh, try it quickly.)