Faster Shortest Paths in Dense Distance Graphs, with Applications
Shay Mozes, Yahav Nussbaum, Oren Weimann

TL;DR
This paper improves shortest path algorithms in dense distance graphs of planar graphs by removing a logarithmic factor, leading to faster solutions with applications in maximum flow and regional computations.
Contribution
It combines two existing techniques to eliminate the log n factor in shortest path algorithms for dense distance graphs, enhancing efficiency in planar graph problems.
Findings
Shortest-path algorithm runtime reduced to O(n r^{-1/2} log^2 r)
Maximum flow in planar graphs computed in O(n log p) time
Faster regional dense graph computations for small boundary vertices
Abstract
We show how to combine two techniques for efficiently computing shortest paths in directed planar graphs. The first is the linear-time shortest-path algorithm of Henzinger, Klein, Subramanian, and Rao [STOC'94]. The second is Fakcharoenphol and Rao's algorithm [FOCS'01] for emulating Dijkstra's algorithm on the dense distance graph (DDG). A DDG is defined for a decomposition of a planar graph into regions of at most vertices each, for some parameter . The vertex set of the DDG is the set of vertices of that belong to more than one region (boundary vertices). The DDG has arcs, such that distances in the DDG are equal to the distances in . Fakcharoenphol and Rao's implementation of Dijkstra's algorithm on the DDG (nicknamed FR-Dijkstra) runs in time, and is a key component in many state-of-the-art planar…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
