文件名称:Linear_time_sorting
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 268kb
- 下载次数:
- 0次
- 提 供 者:
- a**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是算法课程中的两个基本线性排序的实现,分别是桶排序和计数排序,他们能够在线性的时间内实现排序,这基于被排序数据自身的特性,但是这种特性也局限了这种排序算法的通用性。-This is the implementation of linear sorts,including bucket sort and counting sort.They can be finished in linear time,while this feature is based on the their own traits.In the meantime these trait also limit the generality of linear sorts.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Linear_time_sorting
...................\bucket.cpp
...................\bucket.h
...................\common.cpp
...................\common.h
...................\counting.cpp
...................\counting.h
...................\Debug
...................\.....\bucket.obj
...................\.....\bucket.sbr
...................\.....\common.obj
...................\.....\common.sbr
...................\.....\counting.obj
...................\.....\counting.sbr
...................\.....\linear_functions.obj
...................\.....\linear_functions.sbr
...................\.....\linear_main.obj
...................\.....\linear_main.sbr
...................\.....\Linear_time_sorting.bsc
...................\.....\Linear_time_sorting.exe
...................\.....\Linear_time_sorting.ilk
...................\.....\Linear_time_sorting.pch
...................\.....\Linear_time_sorting.pdb
...................\.....\vc60.idb
...................\.....\vc60.pdb
...................\linear_main.cpp
...................\Linear_time_sorting.dsp
...................\Linear_time_sorting.plg
...................\bucket.cpp
...................\bucket.h
...................\common.cpp
...................\common.h
...................\counting.cpp
...................\counting.h
...................\Debug
...................\.....\bucket.obj
...................\.....\bucket.sbr
...................\.....\common.obj
...................\.....\common.sbr
...................\.....\counting.obj
...................\.....\counting.sbr
...................\.....\linear_functions.obj
...................\.....\linear_functions.sbr
...................\.....\linear_main.obj
...................\.....\linear_main.sbr
...................\.....\Linear_time_sorting.bsc
...................\.....\Linear_time_sorting.exe
...................\.....\Linear_time_sorting.ilk
...................\.....\Linear_time_sorting.pch
...................\.....\Linear_time_sorting.pdb
...................\.....\vc60.idb
...................\.....\vc60.pdb
...................\linear_main.cpp
...................\Linear_time_sorting.dsp
...................\Linear_time_sorting.plg