Radix sorting and its optimization based on bit operation

TANG Jian,ZHOU Xiao-yue
DOI: https://doi.org/10.3969/j.issn.1671-7627.2006.06.023
2006-01-01
Abstract:Correctness of a classic sorting algorithm of linear time complexity and realization of radix sorting were proved and the time complexity of it was analyzed from the viewpoint of the "big-O notation".Comparison of runtime between radix sorting and other classic sorting algorithms was performed.As the efficiency of radix sorting is not as good as expected,the optimized solution based on the bit operation was proposed.With experiments it was proved that the proposed sorting algorithm can accelerate the sorting speed.Since the optimized program is much more efficient and is obviously faster than the quick sorting,which is the fastest sort algorithm known at present,the proposed algorithm can be practically useful in some fields.
What problem does this paper attempt to address?