2007
DOI: 10.1007/s00453-007-9145-z
|View full text |Cite
|
Sign up to set email alerts
|

Solving Connected Dominating Set Faster than 2 n

Abstract: In the connected dominating set problem we are given an n-node undirected graph, and we are asked to find a minimum cardinality connected subset S of nodes such that each node not in S is adjacent to some node in S. This problem is also equivalent to finding a spanning tree with maximum number of leaves.Despite its relevance in applications, the best known exact algorithm for the problem is the trivial (2 n ) algorithm that enumerates all the subsets of nodes. This is not the case for the general (unconnected)… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
34
0

Year Published

2007
2007
2024
2024

Publication Types

Select...
5
2

Relationship

3
4

Authors

Journals

citations
Cited by 66 publications
(34 citation statements)
references
References 31 publications
0
34
0
Order By: Relevance
“…The parameterized version of the problem is known to be W[2]-complete for general graphs and admits a sub-exponential time parameterized algorithm for planar graphs [8]. In general graphs the problem has also been studied in the realm of moderately exponential time algorithms leading to an algorithm with running time O(1.9407 n ) [9]. Here we provide polynomial time data reduction rules for Connected Dominating Set on planar graphs which lead to a linear kernel for the problem.…”
Section: Introductionmentioning
confidence: 99%
“…The parameterized version of the problem is known to be W[2]-complete for general graphs and admits a sub-exponential time parameterized algorithm for planar graphs [8]. In general graphs the problem has also been studied in the realm of moderately exponential time algorithms leading to an algorithm with running time O(1.9407 n ) [9]. Here we provide polynomial time data reduction rules for Connected Dominating Set on planar graphs which lead to a linear kernel for the problem.…”
Section: Introductionmentioning
confidence: 99%
“…This problem is a natural generalization of the well studied Maximum Leaf Spanning Tree problem on connected undirected graphs [5, 7, 10-12, 14, 15, 20, 22]. Unlike its undirected counterpart which has attracted a lot of attention in all algorithmic paradigms like approximation algorithms [14,20,22], parameterized algorithms [5,10,12], exact exponential time algorithms [11] and also combinatorial studies [7,15,16,19], the Directed Maximum Leaf Out-Branching problem has largely been neglected until recently. Apart from [2] mentioned below, the only other paper is the very recent paper [9] that describes an O( √ opt)-approximation algorithms for DMLOB.…”
Section: Given a Digraph D A Subdigraph T Of D Is An Out-tree If T Imentioning
confidence: 99%
“…The running time obtained with respect to the refined measure is eventually turned into the equivalent running time in terms of some standard measure (typically the number of nodes or edges for graph problems). Measure & Conquer has been successfully applied to the design of exact algorithms for coloring [12], independent set [18], dominating set [17,22,27,28], cubic-TSP [14], feedback vertex set [16], and maximum leaf spanning tree [20], among others. As it will be clearer from the analysis, a convenient measure in our case is a linear combination of the number n of nodes and number n − k of non-terminals in the graph.…”
Section: Introductionmentioning
confidence: 99%