Chapter 9: Problem 3
Show that a graph problem using the number of vertices as the measure of the size of an instance is polynomially equivalent to one using the number of edges as the measure of the size of an instance.
Chapter 9: Problem 3
Show that a graph problem using the number of vertices as the measure of the size of an instance is polynomially equivalent to one using the number of edges as the measure of the size of an instance.
All the tools & learning materials you need for study success - in one app.
Get started for freeGiven a list of \(n\) positive integers \((n\) even), divide the list into two sublists such that the difference between the sums of the integers in the two sublists is minimized. Is this problem an \(N P\) -complete problem? Is this problem an \(N P\) -hard problem?
Show that a problem is \(N P\) -easy if and only if it reduces to an \(N P\) -complete problem.
When all instances of the CNF-Satisfiability Problem have exactly three literals per clause, it is called the 3 -Satisfiability Problem. Knowing that the 3-Satisfiability Problem is \(N P\) -complete, show that the Graph 3 -Coloring Problem is also \(N P\) -complete.
Write a polynomial-time verification algorithm for the Clique Decision Problem.
Suppose that problem \(A\) and problem \(B\) are two different decision problems. Furthermore, assume that problem \(A\) is polynomial-time many-one reducible to problem \(B\), If problem \(A\) is \(N P\) -complete, is problem \(B\) NP-complete? Justify your answer.
What do you think about this solution?
We value your feedback to improve our textbook solutions.