文件名称:Bucket-Sort
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-03-29
- 文件大小:
- 583kb
- 下载次数:
- 0次
- 提 供 者:
- 靳以2***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
桶排序也叫箱排序。工作的原理是将数组分到有限数量的桶子里,每个桶子再个别排序(有可能再使用别的排序算法或是以递归方式继续使用桶排序进行排序)。-
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 or is to recursively continue to use the bucket sort to 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 or is to recursively continue to use the bucket sort to sort).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Bucket Sort\Bucket Sort.dsp
...........\Bucket Sort.dsw
...........\Bucket Sort.plg
...........\Debug\Bucket Sort.exe
...........\.....\Bucket Sort.ilk
...........\.....\Bucket Sort.pch
...........\.....\Bucket Sort.pdb
...........\.....\main.obj
...........\.....\vc60.idb
...........\.....\vc60.pdb
...........\main.cpp
...........\Debug
Bucket Sort