Improved 2-Approximate Shortest Paths for close vertex pairs
Manoj Gupta

TL;DR
This paper improves the runtime for approximate shortest path algorithms for vertex pairs that are close together, reducing the required separation distance and applying to more pairs efficiently.
Contribution
It introduces a new combinatorial, randomized algorithm that computes approximate shortest paths for pairs closer than previously possible, with improved runtime.
Findings
Achieves roughly $ ilde{O}(n^{2+1/k})$ runtime for pairs $O( ext{log }k)$ apart.
Works for all pairs at least $O( ext{log log }n)$ apart when $k= ext{log }n$.
Provides high-probability correctness guarantees.
Abstract
An influential result by Dor, Halperin, and Zwick (FOCS 1996, SICOMP 2000) implies an algorithm that can compute approximate shortest paths for all vertex pairs in time, ensuring that the output distance is at most twice the actual shortest path, provided the pairs are at least apart, where . We present the first improvement on this result in over 25 years. Our algorithm achieves roughly same runtime but applies to vertex pairs merely apart, where . When , the running time of our algorithm is and it works for all pairs at least apart. Our algorithm is combinatorial, randomized, and returns correct results for all pairs with a high probability.
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.
