Random Sampling Applied to the MST Problem in the Node Congested Clique Model
Krzysztof Nowicki

TL;DR
This paper improves distributed algorithms for minimum spanning tree and forest problems in the Node Congested Clique model using sampling techniques and efficient protocols, reducing round complexity.
Contribution
It introduces faster algorithms for MST and SF in the NCC model, utilizing sampling and optimized communication protocols, with tighter analysis and new data structures.
Findings
MST algorithm improved to O(log^3 n) rounds
Spanning Forest algorithm achieved in O(log^2 n) rounds
Minimum Spanning Forest algorithm runs in O(log^2 n log Δ / log log n) rounds
Abstract
The Congested Clique model proposed by Lotker et al.[SICOMP'05] was introduced in order to provide a simple abstraction for overlay networks. Congested Clique is a model of distributed (or parallel) computing, in which there are players with unique identifiers from set [n], which perform computations in synchronous rounds. Each round consists of the phase of unlimited local computation and the communication phase. While communicating, each pair of players is allowed to exchange a single message of size bits. Since, in a single round, each player can communicate with even other players, the model seems to be to powerful to imitate bandwidth restriction emerging from the underlying network. In this paper we study a restricted version of the Congested Clique model, the Node Congested Clique (NCC) model, proposed by Augustine et al.[arxiv1805], in which a…
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 · Advanced Data Storage Technologies
