Faster Deterministic All Pairs Shortest Paths in Congest Model
Udit Agarwal, Vijaya Ramachandran

TL;DR
This paper introduces a faster deterministic distributed algorithm for all pairs shortest paths in weighted graphs within the Congest model, improving previous round complexity bounds through novel techniques for blocker set construction and distance propagation.
Contribution
It presents a new deterministic algorithm with improved round complexity for distributed weighted APSP, utilizing innovative methods for blocker set construction and distance value propagation.
Findings
Achieves $ ilde{O}(n^{4/3})$ rounds in the Congest model.
Introduces a deterministic technique for constructing blocker sets.
Develops a pipelined method for propagating distances deterministically.
Abstract
We present a new deterministic algorithm for distributed weighted all pairs shortest paths (APSP) in both undirected and directed graphs. Our algorithm runs in rounds in the Congest models on graphs with arbitrary edge weights, and it improves on the previous bound of Agarwal et al. [ARKP18]. The main components of our new algorithm are a new faster technique for constructing blocker set deterministically and a new pipelined method for deterministically propagating distance values from source nodes to the blocker set nodes in the network. Both of these techniques have potential applications to other distributed algorithms. Our new deterministic algorithm for computing blocker set adapts the NC approximate hypergraph set cover algorithm in [BRS94] to the distributed construction of a blocker set. It follows the two-step process of first…
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.
