Dice Question Streamline Icon: https://streamlinehq.com

Single-pass streaming matching better than 0.5 in O(n) space

Determine whether there exists a single-pass streaming algorithm using O(n) space that computes a matching with approximation factor strictly greater than 0.5 on general graphs.

Information Square Streamline Icon: https://streamlinehq.com

Background

The authors highlight a long-standing open question in streaming algorithms regarding maximum matching: current single-pass, O(n)-space algorithms achieve at most a 0.5-approximation, and surpassing this barrier remains unresolved.

This question is central due to the close relationship between one-way communication protocols and streaming algorithms, where communication lower bounds often imply space lower bounds.

References

A long-standing, central open question in streaming literature is whether it is possible to achieve better than a 0.5-approximate matching in \Tilde{O}(n) space with only a single pass.

One-way Communication Complexity of Minimum Vertex Cover in General Graphs (2505.00164 - Derakhshan et al., 30 Apr 2025) in Introduction, Relation to streaming algorithms