41
98

Lower bounds for maximal matchings and maximal independent sets

Abstract

There are distributed graph algorithms for finding maximal matchings and maximal independent sets in O(Δ+logn)O(\Delta + \log^* n) communication rounds; here nn is the number of nodes and Δ\Delta is the maximum degree. The lower bound by Linial (1987, 1992) shows that the dependency on nn is optimal: these problems cannot be solved in o(logn)o(\log^* n) rounds even if Δ=2\Delta = 2. However, the dependency on Δ\Delta is a long-standing open question, and there is currently an exponential gap between the upper and lower bounds. We prove that the upper bounds are tight. We show that maximal matchings and maximal independent sets cannot be found in o(Δ+loglogn/logloglogn)o(\Delta + \log \log n / \log \log \log n) rounds with any randomized algorithm in the LOCAL model of distributed computing. As a corollary, it follows that there is no deterministic algorithm for maximal matchings or maximal independent sets that runs in o(Δ+logn/loglogn)o(\Delta + \log n / \log \log n) rounds; this is an improvement over prior lower bounds also as a function of nn.

View on arXiv
Comments on this paper