English

Dynamic Maximal Independent Set

Data Structures and Algorithms 2019-06-25 v1

Abstract

Given a stream S\mathcal{S} of insertions and deletions of edges of an underlying graph GG (with fixed vertex set VV where n=Vn=|V| is the number of vertices of GG), we propose a dynamic algorithm that maintains a maximal independent set (MIS) of GG (at any time tt of the stream S\mathcal{S}) with amortized update time O(log3n)O(\log^3 n).

Cite

@article{arxiv.1906.09595,
  title  = {Dynamic Maximal Independent Set},
  author = {Morteza Monemizadeh},
  journal= {arXiv preprint arXiv:1906.09595},
  year   = {2019}
}
R2 v1 2026-06-23T10:01:04.582Z