Shortest Paths in Planar Graphs with Real Lengths in $O(n\log^2n/\log\log n)$ Time
Shay Mozes, Christian Wulff-Nilsen

TL;DR
This paper presents an improved algorithm for computing single-source shortest paths in planar graphs with real lengths, reducing the time complexity to $O(n ext{log}^2 n / ext{log} ext{log} n)$, enhancing efficiency over previous methods.
Contribution
The authors develop a faster algorithm for shortest path computation in planar graphs with real lengths, improving the time complexity from $O(n ext{log}^2 n)$ to $O(n ext{log}^2 n / ext{log} ext{log} n)$.
Findings
Achieved $O(n ext{log}^2 n / ext{log} ext{log} n)$ time complexity for shortest path computation.
Improved upon the previous $O(n ext{log}^2 n)$ bound by Klein et al.
Maintained linear space complexity of O(n).
Abstract
Given an -vertex planar directed graph with real edge lengths and with no negative cycles, we show how to compute single-source shortest path distances in the graph in time with O(n) space. This is an improvement of a recent time bound of by Klein et al.
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 · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
