期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
An Improved Algorithm for Finding the Closest Pair of Points 被引量:4
1
作者 葛启 王海涛 朱洪 《Journal of Computer Science & Technology》 SCIE EI CSCD 2006年第1期27-31,共5页
As early as in 1975, Shamos and Hoey first gave an O(n lg n)-time divide-and-conquer algorithm (Stt algorithm in short) for the problem of finding the closest pair of points. In one process of combination, the Euc... As early as in 1975, Shamos and Hoey first gave an O(n lg n)-time divide-and-conquer algorithm (Stt algorithm in short) for the problem of finding the closest pair of points. In one process of combination, the Euclidean distances between 3n pairs of points need to be computed, so the overall complexity of computing distance is then 3n lgn. Since the computation of distance is more costly compared with other basic operation, how to improve SH algorithm from the aspect of complexity of computing distance is considered. In 1998, Zhou, Xiong and Zhu improved SH algorithm by reducing this complexity to 2n lg n. In this paper, we make further improvement. The overall complexity of computing distances is reduced to (3n lg n)/2, which is only half that of SH algorithm. 展开更多
关键词 Shamos and Hoey algorithm divide and conquer closest pair of points COMPLEXITY
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部