Minimum-weight Spanning Tree Construction in $O(\log \log \log n)$ Rounds on the Congested Clique
Sriram V. Pemmaraju, Vivek B. Sardeshmukh

TL;DR
This paper introduces a highly efficient algorithm for computing minimum spanning trees in the Congested Clique model, achieving a runtime of $O(\log \log \log n)$ rounds, by leveraging a novel degree-based edge sampling theorem.
Contribution
It presents the first $O(\log \log \log n)$ round MST algorithm in the Congested Clique, utilizing a new edge-sampling theorem based on node degrees for large cut approximation.
Findings
Achieves MST in $O(\log \log \log n)$ rounds with high probability.
Develops a low message complexity connectivity verification algorithm.
Introduces a degree-based edge sampling theorem for large cut approximation.
Abstract
This paper considers the \textit{minimum spanning tree (MST)} problem in the Congested Clique model and presents an algorithm that runs in rounds, with high probability. Prior to this, the fastest MST algorithm in this model was a deterministic algorithm due to Lotker et al.~(SIAM J on Comp, 2005) from about a decade ago. A key step along the way to designing this MST algorithm is a \textit{connectivity verification} algorithm that not only runs in rounds with high probability, but also has low message complexity. This allows the fast computation of an MST by running multiple instances of the connectivity verification algorithm in parallel. These results depend on a new edge-sampling theorem, developed in the paper, that says that if each edge is sampled independently with probability $c \log^2 n/\min\{\mbox{degree}(u),…
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
TopicsComplexity and Algorithms in Graphs · Algorithms and Data Compression · Markov Chains and Monte Carlo Methods
