Improved Bounds for Online Dominating Sets of Trees
Koji M. Kobayashi

TL;DR
This paper improves bounds for online dominating set algorithms on trees, presenting a matching lower bound for deterministic algorithms and a new randomized algorithm with a better competitive ratio.
Contribution
It establishes a tight lower bound for deterministic algorithms and introduces a randomized algorithm with a competitive ratio of 2.5 for online dominating sets of trees.
Findings
Deterministic algorithms have a lower bound of 2 on competitive ratio.
A randomized algorithm achieves a competitive ratio of at most 2.5.
Any randomized algorithm has a lower bound of 4/3 on competitive ratio.
Abstract
The online dominating set problem is an online variant of the minimum dominating set problem, which is one of the most important NP-hard problems on graphs. This problem is defined as follows: Given an undirected graph , in which is a set of vertices and is a set of edges. We say that a set of vertices is a {\em dominating set} of if for each , there exists a vertex such that . The vertices are revealed to an online algorithm one by one over time. When a vertex is revealed, edges between the vertex and vertices revealed in the past are also revealed. A revelaed subtree is connected at any time. Immediately after the revelation of each vertex, an online algorithm can choose vertices which were already revealed irrevocably and must maintain a dominating set of a graph revealed so far. The cost of an…
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
TopicsOptimization and Search Problems · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
