English

Fully Dynamic Matching: $(2-\sqrt{2})$-Approximation in Polylog Update Time

Data Structures and Algorithms 2023-07-19 v1

Abstract

We study maximum matchings in fully dynamic graphs, which are graphs that undergo both edge insertions and deletions. Our focus is on algorithms that estimate the size of maximum matching after each update while spending a small time. An important question studied extensively is the best approximation achievable via algorithms that only spend poly(logn)\text{poly}(\log n) time per update, where nn is the number of vertices. The current best bound is a (1/2+ε0)(1/2+\varepsilon_0)-approximation for a small constant ε0>0\varepsilon_0 > 0, due to recent works of Behnezhad [SODA'23] (ε00.001\varepsilon_0 \sim 0.001) and Bhattacharya, Kiss, Saranurak, Wajc [SODA'23] (ε00.006\varepsilon_0 \sim 0.006) who broke the long-standing 1/2-approximation barrier. These works also showed that for any fixed ε>0\varepsilon > 0, the approximation can be further improved to (22ε).585(2-\sqrt{2}-\varepsilon) \sim .585 for bipartite graphs, leaving a huge gap between general and bipartite graphs. In this work, we close this gap. We show that for any fixed ε>0\varepsilon > 0, a (22ε)(2-\sqrt{2}-\varepsilon) approximation can be maintained in poly(logn)\text{poly}(\log n) time per update even in general graphs. Our techniques also lead to the same approximation for general graphs in two passes of the semi-streaming setting, removing a similar gap in that setting.

Keywords

Cite

@article{arxiv.2307.08772,
  title  = {Fully Dynamic Matching: $(2-\sqrt{2})$-Approximation in Polylog Update Time},
  author = {Amir Azarmehr and Soheil Behnezhad and Mohammad Roghani},
  journal= {arXiv preprint arXiv:2307.08772},
  year   = {2023}
}
R2 v1 2026-06-28T11:32:54.255Z