28
92

MST in O(1) Rounds of the Congested Clique

Abstract

We present a distributed randomized algorithm finding Minimum Spanning Tree (MST) of a given graph in O(1) rounds, with high probability, in the Congested Clique model. The input graph in the Congested Clique model is a graph of n nodes, where each node initially knows only its incident edges. The communication graph is a clique with limited edge bandwidth: each two nodes (not necessarily neighbours in the input graph) can exchange O(logn)O(\log n) bits. As in previous works, the key part of the MST algorithm is an efficient Connected Components (CC) algorithm. However, unlike the former approaches, we do not aim at simulating the standard Boruvka algorithm, at least at initial stages of the CC algorithm. Instead, we develop a new technique which combines connected components of sample sparse subgraphs of the input graph in order to accelerate the process of uncovering connected components of the original input graph. More specifically, we develop a sparsification technique which reduces an initial CC problem in O(1)O(1) rounds to its two restricted instances. The former instance has a graph with maximal degree O(loglogn)O(\log \log n) as the input -- here our sample-combining technique helps. In the latter instance, a partition of the input graph into O(n/loglogn)O(n/\log \log n) connected components is known. This gives an opportunity to apply previous algorithms to determine connected components in O(1)O(1) rounds. Our result addresses the problem from and the O(loglogn)O(\log \log n) algorithm of Lotker et al. [SPAA 2003; SICOMP 2005], improves over previous O(logn)O(\log* n) algorithm of Ghaffari et al. [PODC 2016] and O(logloglogn)O(\log \log \log n) algorithm of Hegeman et al. [PODC 2015] . It also determines Θ(1)\Theta(1) round complexity in the congested clique for MST, as well as other graph problems, including bipartiteness, cut verification, s-t connectivity and cycle containment.

View on arXiv
Comments on this paper