A Faster Distributed Single-Source Shortest Paths Algorithm
Sebastian Forster, Danupon Nanongkai

TL;DR
This paper introduces faster randomized distributed algorithms for exact single-source shortest paths in the CONGEST model, significantly improving the round complexity over previous methods and approaching theoretical lower bounds.
Contribution
The authors develop two new randomized algorithms for exact SSSP with polynomially bounded weights, achieving near-optimal round complexities in the CONGEST model.
Findings
First algorithm runs in O(\u221A{nD}) rounds.
Second algorithm runs in O({n} D^{1/4} + n^{3/5} + D) rounds.
Improves upon the previous best O(n^{2/3} D^{1/3} + n^{5/6}) bound.
Abstract
We devise new algorithms for the single-source shortest paths (SSSP) problem with non-negative edge weights in the CONGEST model of distributed computing. While close-to-optimal solutions, in terms of the number of rounds spent by the algorithm, have recently been developed for computing SSSP approximately, the fastest known exact algorithms are still far away from matching the lower bound of rounds by Peleg and Rubinovich [SIAM Journal on Computing 2000], where is the number of nodes in the network and is its diameter. The state of the art is Elkin's randomized algorithm [STOC 2017] that performs rounds. We significantly improve upon this upper bound with our two new randomized algorithms for polynomially bounded integer edge weights, the first performing rounds and the second…
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.
