Question
Let G be a graph. An independent set of G is a set of nodes in G such that no two nodes in the set
Let G be a graph. An independent set of G is a set of nodes in G such that no two nodes in the set are joined by an edge. Define I = {
(a) Show that I is NP.
(b) For a graph G, define G* to the complementary graph of G; that is, two nodes u and v are joined by an edge in G* if and only if u and v are not joined by an edge in G. Show that for all positive integers k, G has a clique with k elements if and only if G* has an independent set with k elements.
(c) Using the above result, show that CLIQUE is polynomial-time mapping reducible to I.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started