A synchronous in-place 2-way merge algorithm;
一种同步原地二路归并算法
By combining the internal buffering technique and the float hole technique with the divide-and-conquer technique, a fast linear-time in-place 2-way merge algorithm is introduced in the paper.
将内部缓冲技术、浮洞技术与分治技术相结合,提出了一种快速线性原地二路归并算法。
Comparing with other sorting algorithms,the 2-way merge algorithm is the best one to sort two sorted sublists.
和其它排序算法相比,二路归并最适合于两个有序子表的排序。