Abstract

We consider the problems of maintaining an approximate maximum matching and an approximate minimum vertex cover in a dynamic graph undergoing a sequence of edge insertions/deletions. Starting with the seminal work of Onak and Rubinfeld (in: Proceedings of the ACM symposium on theory of computing (STOC), 2010), this problem has received significant attention in recent years. Very recently, extending the framework of Baswana et al. (in: Proceedings of the IEEE symposium on foundations of computer science (FOCS), 2011) , Solomon (in: Proceedings of the IEEE symposium on foundations of computer science (FOCS), 2016) gave a randomized dynamic algorithm for this problem that has an approximation ratio of 2 and an amortized update time of O(1) with high probability. This algorithm requires the assumption of an oblivious adversary, meaning that the future sequence of edge insertions/deletions in the graph cannot depend in any way on the algorithm’s past output. A natural way to remove the assumption on oblivious adversary is to give a deterministic dynamic algorithm for the same problem in O(1) update time. In this paper, we resolve this question. We present a new deterministic fully dynamic algorithm that maintains a O(1)-approximate minimum vertex cover and maximum fractional matching, with an amortized update time of O(1). Previously, the best deterministic algorithm for this problem was due to Bhattacharya et al. (in: Proceedings of the ACM-SIAM symposium on discrete algorithms (SODA), 2015); it had an approximation ratio of (2+varepsilon ) and an amortized update time of O(log n/varepsilon ^2). Our result can be generalized to give a fully dynamic O(f^3)-approximate algorithm with O(f^2) amortized update time for the hypergraph vertex cover and fractional hypergraph matching problem, where every hyperedge has at most f vertices.

Highlights

  • Computing a maximum cardinality matching is a fundamental problem in computer science with applications, for example, in operations research, computer science, and computational chemistry

  • The problem of maintaining even just the value of the maximum cardinality matching is hard: There is a conditional lower bound that shows that no algorithm can achieve at the same time an amortized update time of O(m1/2−ε) and a query time of O(m1−ε) for any small ε > 0 [15]

  • It is natural to study the dynamic approximate maximum matching problem, and there has been a large body [3,7,8,14,17,18,22] of work on it and its dual, the approximate vertex cover problem, in the last few years

Read more

Summary

Chakrabarty

Work done while the author was at Microsoft Research, India. Keywords Dynamic algorithms · Data structures · Graph algorithms · Matching · Vertex cover

Introduction
Our Techniques
Notations and Preliminaries
The algorithm
Analysis of the Algorithm
A Duality Between Maximum Fractional Matching and Minimum Vertex Cover
Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call