An $O(n\log n)$ Algorithm for Single-Source Shortest Paths in Disk Graphs
By: Mark de Berg, Sergio Cabello
Potential Business Impact:
Finds fastest paths on special map shapes.
We prove that the single-source shortest-path problem on disk graphs can be solved in $O(n\log n)$ time, and that it can be solved on intersection graphs of fat triangles in $O(n\log^2 n)$ time.
Similar Papers
An Optimal Algorithm for Shortest Paths in Unweighted Disk Graphs
Computational Geometry
Finds shortest paths in circle maps faster.
Single-Source Shortest Path Problem in Weighted Disk Graphs
Data Structures and Algorithms
Finds fastest routes on maps with circles.
Shortcutting for Negative-Weight Shortest Path
Data Structures and Algorithms
Finds fastest routes in complex networks faster.