摘要
本文提出的改进的归并排序算法把折半插入技术融入到常规归并算法中,减少了归并过程中的比较次数.
<Abstrcat> The improved merging algorithm adopts binary insert techniques in merging process. The number of comparisons in this algorithm is less than that of general merging algorithm.
出处
《惠州学院学报》
2005年第3期30-32,共3页
Journal of Huizhou University
关键词
算法
归并
折半查找
Algorithm
Merging
Binary search