搜索资源列表
dui
- 用基于变治法的堆排序算法对任意一组给定的数据进行排序 设计与实现堆排序算法; 2)待排序的数据可以手工输入(通常规模比较小,10个数据左右),用以检测程序的正确性;也可以计算机随机生成(通常规模比较大,1500-3000个数据左右),用以检验(用计数法)堆排序算法的时间效率。-Variable-based treatment of the heap sorting algorithm to a set of arbitrary data set to sort the design an
count_sort
- counting sort implemented in c-counting sort implemented in c++
SortProject
- 自己写的所有的内部排序算法,包括冒泡排序,插入排序,选择排序,快速排序,堆排序,shell排序,归并排序,计数排序,基数排序等-all the internal sort, including bubble, insert, select, quick, heap, shell, merge, counting, radix sort
sort_number
- 主要实现各种数字的排序功能, 使用快速排序\计数排序\基数排序等4种排序方法, 并且计时进行比较, 有一个比较友好的界面-Sort of a variety of digital functions, quicksort \ counting the sorting \ radix sort sort method, and timing are compared, there is a more friendly interface
CompareString
- 外部排序,使用计数排序和桶排序解决字符串匹配问题-External sorting, counting sort and bucket sort using string matching problem solving
CountingSort.java.tar
- counting sort using Java
sort
- 包括堆排序、插入排序、快速排序、选择排序、归并排序的算法实现-including counting sort, heap sort, insertion sort, merge sort, quick sort, selection sort
Sort
- 一个排序程序,包括直接插入排序,起泡排序,堆排序,二路归并排序,锦标赛排序,计数排序等。-A sort of procedures, including the direct insertion sort, bubble sort, heap sort, two way merge sort, championship sort, counting sort, etc..
Sort
- Sort algorithm(Bubble、Counting、Heap、Insertion、Quick、Selecti、Merge)
sort
- 随机函数产生一百,一千,一万和十万个随机数,用快速排序,直接插入排序,冒泡排序,选择排序的排序方法排序,并统计每种排序所花费的排序时间和交换次数。其中,随机数的个数由用户定义,系统产生随机数。并且显示他们的比较次数。(Random function produces 100,1000,10,000 and 100,000 random numbers, which are sorted by quick sorting, direct insertion sorting, bubble sort