Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. NP (9 points) Prove that each of following problems: Show that it is in NP by sketching a polynomial time verifier for it. Show

3. NP (9 points)
Prove that each of following problems:
Show that it is in NP by sketching a polynomial time verifier for it.
Show that each problem is NP-hard by giving a polynomial time reduction
from a known NP-complete problem to the one in question.
(3) HALF-SUBSET = {S,t | S = {x1,...,xn} is a set of positive num- k
bers such there exists a set {y1,...,yk} S where yi = t and k n/2 i=1
(i.e., we use less than half the numbers in S to get t) }
Hint: Try reducing from SUBSET-SUM. Add extra numbers to S which you know dont change whether a subset of S adds up to t. Since S is a set your numbers must all be different from each other and from ones already in the set.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Repairing And Querying Databases Under Aggregate Constraints

Authors: Sergio Flesca ,Filippo Furfaro ,Francesco Parisi

2011th Edition

146141640X, 978-1461416401

More Books

Students also viewed these Databases questions

Question

LO2 Identify components of workflow analysis.

Answered: 1 week ago