Deterministically Maintaining a $(2+\epsilon)$-Approximate Minimum Vertex Cover in $O(1/\epsilon^2)$ Amortized Update Time
Sayan Bhattacharya, Janardhan Kulkarni

TL;DR
This paper presents a deterministic algorithm for maintaining a near-minimum vertex cover in a dynamic graph with significantly improved update time, approaching the efficiency of randomized methods.
Contribution
It introduces a deterministic algorithm achieving a $(2+psilon)$-approximate vertex cover with $O(1/psilon^2)$ amortized update time, improving over previous deterministic approaches.
Findings
Achieves near-optimal update time for deterministic algorithms
Introduces a novel potential function analysis technique
Nearly matches randomized algorithm performance
Abstract
We consider the problem of maintaining an (approximately) minimum vertex cover in an -node graph that is getting updated dynamically via a sequence of edge insertions/deletions. We show how to maintain a -approximate minimum vertex cover, "deterministically", in this setting in amortized update time. Prior to our work, the best known deterministic algorithm for maintaining a -approximate minimum vertex cover was due to Bhattacharya, Henzinger and Italiano [SODA 2015]. Their algorithm has an update time of . Recently, Bhattacharya, Chakrabarty, Henzinger [IPCO 2017] and Gupta, Krishnaswamy, Kumar, Panigrahi [STOC 2017] showed how to maintain an -approximation in -amortized update time for the same problem. Our result gives an "exponential" improvement over the update time of Bhattacharya et…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Algorithms and Data Compression · Machine Learning and Algorithms
