English

Improved Algorithms for Distance Selection and Related Problems

Computational Geometry 2024-03-08 v2 Data Structures and Algorithms

Abstract

In this paper, we propose new techniques for solving geometric optimization problems involving interpoint distances of a point set in the plane. Given a set PP of nn points in the plane and an integer 1k(n2)1 \leq k \leq \binom{n}{2}, the distance selection problem is to find the kk-th smallest interpoint distance among all pairs of points of PP. The previously best deterministic algorithm solves the problem in O(n4/3log2n)O(n^{4/3} \log^2 n) time [Katz and Sharir, SIAM J. Comput. 1997 and SoCG 1993]. In this paper, we improve their algorithm to O(n4/3logn)O(n^{4/3} \log n) time. Using similar techniques, we also give improved algorithms on both the two-sided and the one-sided discrete Fr\'{e}chet distance with shortcuts problem for two point sets in the plane. For the two-sided problem (resp., one-sided problem), we improve the previous work [Avraham, Filtser, Kaplan, Katz, and Sharir, ACM Trans. Algorithms 2015 and SoCG 2014] by a factor of roughly log2(m+n)\log^2(m+n) (resp., (m+n)ϵ(m+n)^{\epsilon}), where mm and nn are the sizes of the two input point sets, respectively. Other problems whose solutions can be improved by our techniques include the reverse shortest path problems for unit-disk graphs. Our techniques are quite general and we believe they will find many other applications in future.

Keywords

Cite

@article{arxiv.2306.01073,
  title  = {Improved Algorithms for Distance Selection and Related Problems},
  author = {Haitao Wang and Yiming Zhao},
  journal= {arXiv preprint arXiv:2306.01073},
  year   = {2024}
}

Comments

A preliminary version appeared in ESA 2023

R2 v1 2026-06-28T10:53:55.267Z