文件名称:radix-sorting
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
基数排序的串行程序,基数排序法又称“桶子法”(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