搜索资源列表
快排
- 快速排序 算法的基本思想: 快速排序的基本思想是基于分治策略的。对于输入的子序列ap..ar,如果规模足够小则直接进行排序,否则分三步处理 -fast algorithm basic idea : Quick Sort The basic idea is based on the divide and conquer strategy. For input sequences ap .. ar, if the scale is small enough for dire
C语言快排函数应用
- C语言学习者不懂得快排的应用,这个程序很简单,正适合初学者的快排应用。
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,
main
- 快排算法实现 希望对大家有用 大家自己看看把 -quicksort算法实现 希望对大家有用 大家自己看看把
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
thekth
- 第k小元素的实现,包含四种算法 选择排序 快排 随机排序 中位数法-The first element in the realization of small k, including four fast sorting algorithm to choose a random row to sort the median method
Poker
- “跑得快”是流传于民间的一种常见的扑克牌游戏,52张牌分配给东、南、西、北四家,每家13张,最快出掉手中牌者胜出,所胜点数为其他家手中所剩的牌的张数。出牌组合包括: (1) 单张,大小排列为 3 4 5 6 7 8 9 10 11(J) 12(Q) 13(K) 1(A) 2 (2) 炸弹,4张同点为炸弹,大点压小点,可压任意组合或单张; (3) 同花顺,同一种花色,5连张为同花顺,起张大且张数大时压其它同花顺,也可压其它任何顺; (4) 顺,不同花色,5连张为顺,起张大时压其它顺
heap
- 从多列有序数据中找出总排名靠前的数据,适用于学生成绩管理中,每科成绩按顺序排好,找出总成绩最高的学生,使用了堆排算法,速度更快。-Ordered the data from multiple columns to find out the overall top-ranking data for student performance management, performance for each subject according to the order of line up to ide
assigment2
- 各种排序,包括,冒泡排序,快排,heap,桶排序,自动生成一组随机数,带测试-some advanced sorting algorithms, include bubble, quick, heap, bucket and can generate random numbers.
Sort
- 实现各类排序算法:shell排序,堆排序,快排,插入排序,归并排序等。-implement all kinds of sort algorithm, including shell sort, quick sort, insertion sort, merge sort etc.
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
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.)