An Optimal Algorithm for Shortest Paths in Unweighted Disk Graphs
By: Bruce W. Brewer, Haitao Wang
Potential Business Impact:
Finds shortest paths in circle maps faster.
Given in the plane a set $S$ of $n$ points and a set of disks centered at these points, the disk graph $G(S)$ induced by these disks has vertex set $S$ 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 $s\in S$ to all vertices in $G(S)$ where the length of a path in $G(S)$ is defined as the number of edges in the path. The previously best algorithm solves the problem in $O(n\log^2 n)$ time. A lower bound of $\Omega(n\log n)$ is also known for this problem under the algebraic decision tree model. In this paper, we present an $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.
Similar Papers
Single-Source Shortest Path Problem in Weighted Disk Graphs
Data Structures and Algorithms
Finds fastest routes on maps with circles.
An $O(n\log n)$ Algorithm for Single-Source Shortest Paths in Disk Graphs
Computational Geometry
Finds fastest paths on special map shapes.
Computing Maximum Cliques in Unit Disk Graphs
Computational Geometry
Finds the biggest group of points close together.