Chapter 9: Problem 1
List three problems that have polynomial-time algorithms. Justify your answer.
Chapter 9: Problem 1
List three problems that have polynomial-time algorithms. Justify your answer.
All the tools & learning materials you need for study success - in one app.
Get started for freeWhen 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.
Given 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?
For the Sum-of-Subsets Problem discussed in Chapter \(5,\) can you develop an approximation algorithm that runs in polynomial time?
Show that the reduction of the CNF-Satisfiability Problem to the Clique Decision Problem can be done in polynomial time.
Can an algorithm be a polynomial-time algorithm for a problem using one encoding scheme, and an exponential-time algorithm for the same problem using another encoding scheme? Justify your answer.
What do you think about this solution?
We value your feedback to improve our textbook solutions.