搜索资源列表
bucket_sort
- 用c++实现bucket sort(桶排序)-Using c++ achieve bucket sort algorithm
bucket-sort
- 实现桶排的算法,结合数据结构课本编写的测试程序-bucket sort
MultiSort
- Merge, Insertion, Radix, Heap, Bucket, Quick, Counting排序算法-Sort Algorithm about Merge, Insertion, Radix, Heap, Bucket, Quick, Counting
paixu
- 排序算法 包括归并排序和桶排序 排序算法 包括归并排序和桶排序-Sorting algorithms including sort merge sort and bucket sort algorithm, including sort merge sort and barrels
homework
- 数据结构中的各种排序集合,包括桶排序、插入排序、希尔排序、冒泡排序、快速排序、选择排序、归并排序、堆排序、基数排序、奇偶排序-Data structure in a variety of sorting a collection, including the bucket sort, insertion sort, Shell sort, bubble sort, quick sort, selection sort, merge sort, heap sort, radix sort, odd
sorting_and_searching
- 包括了常用的一些排序算法与搜索算法,如快速排序,桶排序,堆排序,冒泡排序,以及二分搜索等-Includes a number of commonly used sorting algorithms and search algorithms, such as quick sort, bucket sort, heap sort, bubble sort, and the two sub-search, and so
Sort
- 囊括了许多高效的排序方法,包括:桶式排序,归并排序,希尔排序等。-Include a number of high ranking methods, including: bucket-type sort, merge sort, Hill ranking.
lab
- 算法中多种排序,包括插入,合并,希尔,冒泡,快排,以及桶排序的链表实现!-A variety of sorting algorithms, including the insertion, merge, Hill, bubble, quick row, and bucket sort linked list to achieve!
sortAlgorithm
- 一些排序算法,包括桶式排序,基数排序,归并排序,快速排序。-Some sorting algorithms, including the bucket sort, radix sort, merge sort, quick sort.
sort
- 用JAVA语言实现的一些排序算法。包括冒泡排序、桶排序、基数排序、堆排序、插入排序、归并排序、快速排序、计数排序、选择排序。-JAVA language using some sorting algorithm. Including bubble sort, bucket sort, radix sort, heap sort, insertion sort, merge sort, quick sort, counting sort, selection sort.
SomeSortAlgorithm
- 一些排序算法用java来实现的,包括快速排序、插入排序、冒泡排序、稀尔排序、桶排序、归并排序-Some sort algorithm implemented with java, including the quick sort, insertion sort, bubble sort, shell sort, bucket sort, merge sort
Sort
- JAVA实现各种排序算法,选择排序,插入排序,冒泡排序,桶排序,快速排序以及改进算法-JAVA achieve a variety of sorting algorithms, selection sort, insertion sort, bubble sort, bucket sort, quick sort and the improved algorithm
bucket
- 用桶排序的方法对一个数组进行排序,将数组里的数分开放到各个桶里,分别对每个桶进行排序,最后得到对数组的排序-use buckets to sort a array
Radix-Sort
- 基数排序(radix sort)则是属于“分配式排序”(distribution sort),基数排序法又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的比较性排序法。 -Radix sort (radix sort) is a " distrib
bucket-sort
- 数据结构排序算法之桶排序法,此算法用C++编程语言书写 特别适合初学数据结构的人学习。-Data structures sorting algorithms bucket sort, this algorithm using C++ written in a programming language particularly suitable for beginner data structure of human learning.
sort
- c语言实现插入排序,希尔排序,冒泡排序,合并排序,快速排序,桶排序等常见排序,并对他们不同规模的排序时间进行测量比较-c language to achieve insertion sort, shell sort, bubble sort, merge sort, quicksort, bucket sort common sort, and they sort of different scale time measurements
bucket-sort
- 桶排序,visual C++编程,有注释-bucket sort in visual c++
Bucket-sort
- 桶排序算法的实现,桶排序算法是比较流行的算法,用的是c语言-Achieve bucket sort algorithm, bucket sort algorithm is more popular algorithms, using c language
sort
- C++实现对堆排序,桶排序,快速排序,希尔排序。部分优化。-C++ implementation of the heap sort, bucket sort, quick sort, Hill sorting. Section optimization.
Bucket-Sort
- 桶排序也叫箱排序。工作的原理是将数组分到有限数量的桶子里,每个桶子再个别排序(有可能再使用别的排序算法或是以递归方式继续使用桶排序进行排序)。- Bucket sort is also called sorting box. Work principle is that the array to a limited number of bucket, each bucket and individual ranking (may use other sorting algorithms