Distributed Deterministic Exact Minimum Weight Cycle and Multi Source Shortest Paths in Near Linear Rounds in CONGEST model
Udit Agarwal

TL;DR
This paper introduces near-linear round deterministic algorithms for minimum weight cycles and multi-source shortest paths in distributed networks, significantly improving efficiency over previous methods that relied on costly all pairs shortest path computations.
Contribution
The authors develop a novel deterministic technique for constructing blocker sets, enabling efficient computation of shortest cycles and multi-source shortest paths in the CONGEST model.
Findings
Algorithms run in O(n) rounds, matching lower bounds up to polylogarithmic factors.
New technique for constructing blocker sets improves efficiency of distributed shortest path computations.
Potential applications of the blocker set sequence technique extend beyond the studied problems.
Abstract
We present new deterministic algorithms for computing distributed weighted minimum weight cycle (MWC) in undirected and directed graphs and distributed weighted all nodes shortest cycle (ANSC) in directed graphs. Our algorithms for these problems run in rounds in the CONGEST model on graphs with arbitrary non-negative edge weights, matching the lower bound up to polylogarithmic factors. Before our work, no near linear rounds deterministic algorithms were known for these problems. The previous best bound for solving these problems deterministically requires an initial computation of all pairs shortest paths (APSP) on the given graph, followed by post-processing of rounds, and in total takes rounds, using deterministic APSP~\cite{AR-SPAA20}. The main component of our new rounds algorithms is a deterministic technique for…
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
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security · Complexity and Algorithms in Graphs
