Time-Optimal Sublinear Algorithms for Matching and Vertex Cover
Abstract
We study the problem of estimating the size of maximum matching and minimum vertex cover in sublinear time. Denoting the number of vertices by and the average degree in the graph by , we obtain the following results for both problems: * A multiplicative -approximation that takes time using adjacency list queries. * A multiplicative-additive -approximation in time using adjacency list queries. * A multiplicative-additive -approximation in time using adjacency matrix queries. All three results are provably time-optimal up to polylogarithmic factors culminating a long line of work on these problems. Our main contribution and the key ingredient leading to the bounds above is a new and near-tight analysis of the average query complexity of the randomized greedy maximal matching algorithm which improves upon a seminal result of Yoshida, Yamamoto, and Ito [STOC'09].
Cite
@article{arxiv.2106.02942,
title = {Time-Optimal Sublinear Algorithms for Matching and Vertex Cover},
author = {Soheil Behnezhad},
journal= {arXiv preprint arXiv:2106.02942},
year = {2022}
}
Comments
This is the full version of a FOCS 2021 paper under the same title