首页> 外文期刊>Journal of Computer Science & Technology >An Improved Algorithm for Finding the Closest Pair of Points
【24h】

An Improved Algorithm for Finding the Closest Pair of Points

机译:一种寻找最接近点对的改进算法

获取原文
获取原文并翻译 | 示例
           

摘要

As early as in 1975, Shamos and Hoey first gave an O(n lg n)-time divide-and-conquer algorithm (SH 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 lg n. 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.
机译:早在1975年,Shamos和Hoey首次提出了O(n lg n)时间分治法(简称SH算法)来解决最接近的点对问题。在组合的一个过程中,需要计算3n对点之间的欧几里得距离,因此计算距离的整体复杂度为3n lg n。由于距离的计算与其他基本操作相比成本更高,因此考虑从距离计算的复杂性方面考虑如何改进SH算法。 1998年,Zhou,Xiong和Zhu通过将复杂度降低到2n lg n改进了SH算法。在本文中,我们做了进一步的改进。计算距离的整体复杂度降低到(3n lg n)/ 2,仅为SH算法的一半。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号