English

Improved All-Pairs Approximate Shortest Paths in Congested Clique

Data Structures and Algorithms 2026-01-21 v2 Distributed, Parallel, and Cluster Computing

Abstract

In this paper, we present a new randomized O(1)O(1)-approximation algorithm for the All-Pairs Shortest Paths (APSP) problem in weighted undirected graphs that runs in just O(logloglogn)O(\log \log \log n) rounds in the Congested-Clique model. Before our work, the fastest algorithms achieving an O(1)O(1)-approximation for APSP in weighted undirected graphs required poly(logn)\operatorname{poly}(\log n) rounds, as shown by Censor-Hillel, Dory, Korhonen, and Leitersdorf (PODC 2019 & Distributed Computing 2021). In the unweighted undirected setting, Dory and Parter (PODC 2020 & Journal of the ACM 2022) obtained O(1)O(1)-approximation in poly(loglogn)\operatorname{poly}(\log \log n) rounds. By terminating our algorithm early, for any given parameter t1t \geq 1, we obtain an O(t)O(t)-round algorithm that guarantees an O(log1/2tn)O\left(\log^{1/2^t} n\right) approximation in weighted undirected graphs. This tradeoff between round complexity and approximation factor offers flexibility, allowing the algorithm to adapt to different requirements. In particular, for any constant ε>0\varepsilon > 0, an O(logεn)O\left(\log^\varepsilon n\right)-approximation can be obtained in O(1)O(1) rounds. Previously, O(1)O(1)-round algorithms were only known for O(logn)O(\log n)-approximation, as shown by Chechik and Zhang (PODC 2022). A key ingredient in our algorithm is a lemma that, under certain conditions, allows us to improve an aa-approximation for APSP to an O(a)O(\sqrt{a})-approximation in O(1)O(1) rounds. To prove this lemma, we develop several new techniques, including an O(1)O(1)-round algorithm for computing the kk-nearest nodes, as well as new types of hopsets and skeleton graphs based on the notion of kk-nearest nodes.

Keywords

Cite

@article{arxiv.2405.02695,
  title  = {Improved All-Pairs Approximate Shortest Paths in Congested Clique},
  author = {Hong Duc Bui and Shashwat Chandra and Yi-Jun Chang and Michal Dory and Dean Leitersdorf},
  journal= {arXiv preprint arXiv:2405.02695},
  year   = {2026}
}
R2 v1 2026-06-28T16:16:42.680Z