On the Dominating Set Problem in Random Graphs
Yinglei Song

TL;DR
This paper investigates the computational complexity of the dominating set problem in random graphs, showing efficient algorithms for certain cases and complexity bounds related to approximation and parameterization.
Contribution
It provides expected-time algorithms for minimum dominating sets in random graphs and establishes complexity bounds for parameterized versions based on edge probability.
Findings
Expected $2^{O(\log^{2} n)}$ time for minimum dominating set
Complexity bounds linked to approximation ratios
Efficient algorithms when edge probability varies with $n$
Abstract
In this paper, we study the {\sc Dominating Set} problem in random graphs. In a random graph, each pair of vertices are joined by an edge with a probability of , where is a positive constant less than . We show that, given a random graph in vertices, a minimum dominating set in the graph can be computed in expected time. For the parameterized dominating set problem, we show that it cannot be solved in expected time unless the minimum dominating set problem can be approximated within a ratio of in expected polynomial time, where is a function of the parameter and is a constant independent of and . In addition, we show that the parameterized dominating set problem can be solved in expected time when the probability depends on and equals to , where is…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Cooperative Communication and Network Coding
