We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: 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 $n$ and the average degree in the graph by $\bar{d}$, we obtain the following results for both problems:
* A multiplicative $(2+\epsilon)$-approximation that takes $\tilde{O}(n/\epsilon^2)$ time using adjacency list queries.
* A multiplicative-additive $(2, \epsilon n)$-approximation in $\tilde{O}((\bar{d} + 1)/\epsilon^2)$ time using adjacency list queries.
* A multiplicative-additive $(2, \epsilon n)$-approximation in $\tilde{O}(n/\epsilon^{3})$ 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].
Comments: This is the full version of a FOCS 2021 paper under the same title
Subjects: Data Structures and Algorithms (cs.DS); Distributed, Parallel, and Cluster Computing (cs.DC)
Cite as: arXiv:2106.02942 [cs.DS]
  (or arXiv:2106.02942v3 [cs.DS] for this version)

Submission history

From: Soheil Behnezhad [view email]
[v1] Sat, 5 Jun 2021 18:41:37 GMT (4669kb,D)
[v2] Wed, 17 Nov 2021 00:25:22 GMT (4387kb,D)
[v3] Wed, 2 Mar 2022 01:38:53 GMT (4388kb,D)

Link back to: arXiv, form interface, contact.