Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. [20 points] The MaxCut problem is the following: given an undirected graph G (V, E) and an integer k, is there a partition of

image text in transcribed

image text in transcribed

3. [20 points] The MaxCut problem is the following: given an undirected graph G (V, E) and an integer k, is there a partition of the vertices into two (nonempty, nonoverlapping) subsets Vi and V2 so that k or more edges have one end in Vi and the other end in V2? (a) Prove that MaxCut is in NP. Carefully, separately, describe the components that are central to the definition of membership in NP (slide 60; KT $8.3): . What, precisely, is the "hint" / "Certificate" / "witness" you envision for this problem? ii. How long is it? iii. What does the "verifier" do with it? In particular, How does the verifier conclude that a specific "hint" proves that this is a "yes" instance of MaxCut, VS What would cause the verifier to conclude that a specific "hint" fails to prove this? Why can't any hint" for a "no" instance "fool" the verifier into saying "yes" when it shouldn't? iv. Asymptotically, as a function of the length of the MaxCut instance and the length of the "hint", how much time does it take to run the verifier? (b) Give an algorithm for MaxCut and analyze its running time. (A non-polynomial-time algorithm shouldn't be a big surprise.) I want moderately detailed proofs/algorithms here, as in my slides concerning the definition of NP (numbered R48-74; see also KT 98.3). Note: Recall that P is a subset of NP. The same facts can be established in almost the same way for the analogous MinCut problem (defined like MaxCut, except

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

Database And Expert Systems Applications 24th International Conference Dexa 2013 Prague Czech Republic August 2013 Proceedings Part 1 Lncs 8055

Authors: Hendrik Decker ,Lenka Lhotska ,Sebastian Link ,Josef Basl ,A Min Tjoa

2013 Edition

3642402844, 978-3642402845

More Books

Students also viewed these Databases questions