This article proposes a quicksort method based on the machine code of floating point numbers, which can sort the floating point numbers distributed at random.
It's proved by algorithm analysis and experimental results that the new sorting algorithm is better than the quicksort when data are in little gap distribution.
算法分析和实验结果都表明在待排序数据间隔不太大的情况下,迁移排序算法在速度上明显优于快速排序算法。
3
The article, based on asynchronous parallel quicksort algorithm, analyzes the sorting process, gives the multi-thread implment, points out the executing feature.