MIS in the Congested Clique Model in O( ) Rounds

Abstract

We give a maximal independent set (MIS) algorithm that runs in O( ) rounds in the congested clique model, where is the maximum degree of the input graph. This improves upon the O(() · n + ) rounds algorithm of [Ghaffari, PODC '17], where n is the number of vertices of the input graph. In the first stage of our algorithm, we simulate the first O(npoly n) iterations of the sequential random order Greedy algorithm for MIS in the congested clique model in O( ) rounds. This thins out the input graph relatively quickly: After this stage, the maximum degree of the residual graph is poly-logarithmic. In the second stage, we run the MIS algorithm of [Ghaffari, PODC '17] on the residual graph, which completes in O( ) rounds on graphs of poly-logarithmic degree.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…