文件名称:radix-sorting
-
所属分类:
- 标签属性:
- 上传时间:2014-10-12
-
文件大小:2.2kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
基数排序的串行程序,基数排序法又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的稳定性排序法。-Radix sort of serial program, radix sorting method known as " bucket method" (bucket sort) or bin sort, as the name suggests, it is through some of the key information, and will want to sort the elements assigned to some of the " barrel" in , in order to achieve the sort of role, radix sort method belongs to the stability of the sort, its time complexity is O (nlog (r) m), where r is taken to the base, and m is the number of the heap, at some point, radix sort efficiency than other sort of stability.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
radix sorting.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.