English

Local Computation of Maximal Independent Set

Data Structures and Algorithms 2022-10-04 v1

Abstract

We present a randomized Local Computation Algorithm (LCA) with query complexity poly(Δ)lognpoly(\Delta) \cdot \log n for the Maximal Independent Set (MIS) problem. That is, the algorithm determines whether each node is in the computed MIS or not using poly(Δ)lognpoly(\Delta) \cdot \log n queries to the adjacency lists of the graph, with high probability, and this can be done for different nodes simultaneously and independently. Here Δ\Delta and nn denote the maximum degree and the number of nodes. This algorithm resolves a key open problem in the study of local computations and sublinear algorithms (attributed to Rubinfeld).

Keywords

Cite

@article{arxiv.2210.01104,
  title  = {Local Computation of Maximal Independent Set},
  author = {Mohsen Ghaffari},
  journal= {arXiv preprint arXiv:2210.01104},
  year   = {2022}
}

Comments

An extended abstract appears at FOCS'22