MSF and Connectivity in Limited Variants of the Congested Clique
Tomasz Jurdzinski, Krzysztof Nowicki

TL;DR
This paper explores algorithms for graph connectivity and minimum spanning forest in limited-variant congested clique models, achieving the first sub-logarithmic connected components algorithm in broadcast and optimal capacity solutions in restricted unicast models.
Contribution
It introduces the first sub-logarithmic algorithm for connected components in broadcast congested clique and demonstrates efficient algorithms in the rcast model with range r=2, optimizing communication capacity.
Findings
First sub-logarithmic connected components algorithm in broadcast congested clique.
Efficient algorithms for MSF and connected components in rcast model with range r=2.
Optimal capacity solutions with small round complexity.
Abstract
The congested clique is a synchronous, message-passing model of distributed computing in which each computational unit (node) in each round can send message of O(log n) bits to each other node of the network, where n is the number of nodes. This model has been considered under two extreme scanarios: unicast or broadcast. In the unicast model, a node can send (possibly) different message to each other node of the network. In contrast, in the broadcast model each node sends a single (the same) message to all other nodes. We study the congested clique model parametrized by the range r, the maximum number of different messages a node can send in one round. Following recent progress in design of algorihms for graph connectivity and minimum span- ning forest (MSF) in the unicast congested clique, we study these problems in limited variants of the congested clique. We present the 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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Distributed systems and fault tolerance · Graph Theory and Algorithms
