English

Dynamic Matching with Better-than-2 Approximation in Polylogarithmic Update Time

Data Structures and Algorithms 2023-04-28 v3

Abstract

We present dynamic algorithms with polylogarithmic update time for estimating the size of the maximum matching of a graph undergoing edge insertions and deletions with approximation ratio strictly better than 22. Specifically, we obtain a 1+12+ϵ1.707+ϵ1+\frac{1}{\sqrt{2}}+\epsilon\approx 1.707+\epsilon approximation in bipartite graphs and a 1.973+ϵ1.973+\epsilon approximation in general graphs. We thus answer in the affirmative the major open question first posed in the influential work of Onak and Rubinfeld (STOC'10) and repeatedly asked in the dynamic graph algorithms literature. Our randomized algorithms also work against an adaptive adversary and guarantee worst-case polylog update time, both w.h.p. Our algorithms are based on simulating new two-pass streaming matching algorithms in the dynamic setting. Our key new idea is to invoke the recent sublinear-time matching algorithm of Behnezhad (FOCS'21) in a white-box manner to efficiently simulate the second pass of our streaming algorithms, while bypassing the well-known vertex-update barrier.

Keywords

Cite

@article{arxiv.2207.07438,
  title  = {Dynamic Matching with Better-than-2 Approximation in Polylogarithmic Update Time},
  author = {Sayan Bhattacharya and Peter Kiss and Thatchaphol Saranurak and David Wajc},
  journal= {arXiv preprint arXiv:2207.07438},
  year   = {2023}
}

Comments

Full version of SODA 2023 paper

R2 v1 2026-06-25T00:56:41.062Z