English

An Optimal Algorithm for Shortest Paths in Unweighted Disk Graphs

Computational Geometry 2025-10-08 v2 Data Structures and Algorithms

Abstract

Given in the plane a set SS of nn points and a set of disks centered at these points, the disk graph G(S)G(S) induced by these disks has vertex set SS and an edge between two vertices if their disks intersect. Note that the disks may have different radii. We consider the problem of computing shortest paths from a source point sSs\in S to all vertices in G(S)G(S) where the length of a path in G(S)G(S) is defined as the number of edges in the path. The previously best algorithm solves the problem in O(nlog2n)O(n\log^2 n) time. A lower bound of Ω(nlogn)\Omega(n\log n) is also known for this problem under the algebraic decision tree model. In this paper, we present an O(nlogn)O(n\log n) time algorithm, which matches the lower bound and thus is optimal. Another virtue of our algorithm is that it is quite simple.

Keywords

Cite

@article{arxiv.2507.05569,
  title  = {An Optimal Algorithm for Shortest Paths in Unweighted Disk Graphs},
  author = {Bruce W. Brewer and Haitao Wang},
  journal= {arXiv preprint arXiv:2507.05569},
  year   = {2025}
}

Comments

Presented at ESA 2025

R2 v1 2026-07-01T03:50:35.763Z