English

Faster Semi-streaming Matchings via Alternating Trees

Data Structures and Algorithms 2025-04-23 v3

Abstract

We design a deterministic algorithm for the (1+ϵ)(1+\epsilon)-approximate maximum matching problem. Our primary result demonstrates that this problem can be solved in O(ϵ6)O(\epsilon^{-6}) semi-streaming passes, improving upon the O(ϵ19)O(\epsilon^{-19}) pass-complexity algorithm by [Fischer, Mitrovi\'c, and Uitto, STOC'22]. This contributes substantially toward resolving Open question 2 from [Assadi, SOSA'24]. Leveraging the framework introduced in [FMU'22], our algorithm achieves an analogous round complexity speed-up for computing a (1+ϵ)(1+\epsilon)-approximate maximum matching in both the Massively Parallel Computation (MPC) and CONGEST models. The data structures maintained by our algorithm are formulated using blossom notation and represented through alternating trees. This approach enables a simplified correctness analysis by treating specific components as if operating on bipartite graphs, effectively circumventing certain technical intricacies present in prior work.

Keywords

Cite

@article{arxiv.2412.19057,
  title  = {Faster Semi-streaming Matchings via Alternating Trees},
  author = {Slobodan Mitrović and Anish Mukherjee and Piotr Sankowski and Wen-Horng Sheu},
  journal= {arXiv preprint arXiv:2412.19057},
  year   = {2025}
}
R2 v1 2026-06-28T20:48:58.621Z