English

A Simple $(1-\epsilon)$-Approximation Semi-Streaming Algorithm for Maximum (Weighted) Matching

Data Structures and Algorithms 2025-08-06 v4 Distributed, Parallel, and Cluster Computing

Abstract

We present a simple semi-streaming algorithm for (1ϵ)(1-\epsilon)-approximation of bipartite matching in O(log ⁣(n)/ϵ)O(\log{\!(n)}/\epsilon) passes. This matches the performance of state-of-the-art "ϵ\epsilon-efficient" algorithms -- the ones with much better dependence on ϵ\epsilon albeit with some mild dependence on nn -- while being considerably simpler. The algorithm relies on a direct application of the multiplicative weight update method with a self-contained primal-dual analysis that can be of independent interest. To show case this, we use the same ideas, alongside standard tools from matching theory, to present an equally simple semi-streaming algorithm for (1ϵ)(1-\epsilon)-approximation of weighted matchings in general (not necessarily bipartite) graphs, again in O(log ⁣(n)/ϵ)O(\log{\!(n)}/\epsilon) passes.

Keywords

Cite

@article{arxiv.2307.02968,
  title  = {A Simple $(1-\epsilon)$-Approximation Semi-Streaming Algorithm for Maximum (Weighted) Matching},
  author = {Sepehr Assadi},
  journal= {arXiv preprint arXiv:2307.02968},
  year   = {2025}
}

Comments

25 pages. This is the TheoretiCS journal version

R2 v1 2026-06-28T11:23:38.023Z