搜索资源列表
countingsort
- 在较小集中范围,N个待排序的元素,比A[i]小的元素个数K,用于实现最基本的计数排序-Concentrated in a smaller scope, N months to sort the elements to be more than A [i] the small number of elements of K, used to achieve the most basic sort count
c
- 5个很经典的C程序,包括排序、计数和输入序号等等,而且这些程序利用指针操作,是编成中不可缺少的部分-5 is a classic C procedures, including sorting, counting and input the serial number, etc., and these procedures make use of pointer operations, is into an indispensable part of
SortProject
- 自己写的所有的内部排序算法,包括冒泡排序,插入排序,选择排序,快速排序,堆排序,shell排序,归并排序,计数排序,基数排序等-all the internal sort, including bubble, insert, select, quick, heap, shell, merge, counting, radix sort
wordscount
- 在文件x.txt中读取内容,并给文本进行单词计数。之后,对个单词排序,然后写入文件x1.txt中。-In x.t files, and read the content xt word count for text. In a word, sorting, then write files, TXT clamps its x1.
MyProjects
- 这是在vc++6.0下编写的排序算法,总共有5个,注释比较详细。有简单排序,插入排序,堆排序,快速排序,还有计数排序-This is the sort algorithm written in vc 6.0, a total of five, comments are more detailed。welcome to download
sublex.tar
- SPOJ上的SUBLEX,后缀自动机实现,可以作为后缀自动机的模板,包含计数排序和dfs两种更新方式实现。-The problem SUBLEX on SPOJ, implemented by SuffixAutomaton, can be used as the template of SAM(SuffixAutomaton)
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
A2
- 利用归并排序算法,实现逆序数的计数,sort and count,用Java实现-Use merge sort algorithm, count the number in reverse order, sort and count, implemented in Java
Quicksort-and-Randomized-Quicksort
- 快速排序与随机快速排序,并且解决问题,计数其中重复排序次数与最大最小次数-3. Implement Quicksort and Randomized Quicksort. Answer the following questions. (1) How many comparisons will Quicksort do on a list of n elements that all have the same value? (2) What are the maximum and minimu