A simple yet fast algorithm for the closest-pair problem using sorted projections on multi-dimensions

1Citations
Citations of this article
5Readers
Mendeley users who have this article in their library.
Get full text

Abstract

We present a simple greedy algorithm, QuickCP, for finding the closest-pair of points on a plane. It is based on the observation that if two points are close to each other, then it is very likely that their sorted projections to x-axis and/or to y-axis will reflect that closeness. Therefore we order our search starting from the pairs with closest x-projections (and closest y-projections) to find the closest pair quickly and make a fast exit. Empirical data up to (over 60 million points) indicates that this approach quickly detects the closest pair and it is, on average 70 % faster than the classical divide-and-conquer algorithm registering, to the best of our knowledge, the fastest recorded solution times in the literature for the planar closest-pair problem. A second contribution of our work is that QuickCP can be used as part of the divide-and-conquer algorithms to handle small sub-problems. Measurements on data up to points show that this co-operation speeds up the basic divide-and-conquer algorithm on average 50 %. © 2013 Springer International Publishing.

Cite

CITATION STYLE

APA

Dalkiliç, M. E., & Ergun, S. (2014). A simple yet fast algorithm for the closest-pair problem using sorted projections on multi-dimensions. In Lecture Notes in Electrical Engineering (Vol. 264 LNEE, pp. 23–34). Springer Verlag. https://doi.org/10.1007/978-3-319-01604-7_3

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free