- Aug 22, 2001
- 483
- 1
- 0
I have a final tomorrow and I am having a huge problem solving some of these NP reduction problems. Anyone whose any good at this stuff want to reduce it for me? The problem is
Given a graph G = (V,E) A 2-Dominating Set is a set S such that every vertex is either in S or reachable via 1 or 2 edges to some vertex in S. Prove that this problem is NP-Complete via reduction. You may assume that Independent Set is NP-Complete.
I am guessing that I should reduce this to Independent Set (which asks to find a set I of graph (V,E) such that no two vertices in I are adjacent) ... but I can't see how they're related. I also wonder if I need to look at minimum vertex cover (which states asks to find a set V for a graph (V,E) such that for all edges (u,v) in E either u is in V or v is in V). Anybody smart awake?
Given a graph G = (V,E) A 2-Dominating Set is a set S such that every vertex is either in S or reachable via 1 or 2 edges to some vertex in S. Prove that this problem is NP-Complete via reduction. You may assume that Independent Set is NP-Complete.
I am guessing that I should reduce this to Independent Set (which asks to find a set I of graph (V,E) such that no two vertices in I are adjacent) ... but I can't see how they're related. I also wonder if I need to look at minimum vertex cover (which states asks to find a set V for a graph (V,E) such that for all edges (u,v) in E either u is in V or v is in V). Anybody smart awake?
