Design and Analysis of Algorithms
106502Module 4: Tractable and Intractable Problems
Q1e. Which one is true of the following (i) all NP hard problems are NP complete (ii) all NP complete problems are NP hard (iii) some NP complete problems are NP hard (iv) None of these20222m
Module 4: Tractable and Intractable Problems
View this question on its own page →Which one is true of the following
(i) all NP hard problems are NP complete
(ii) all NP complete problems are NP hard
(iii) some NP complete problems are NP hard
(iv) None of theseQ1h. Which complexity class contains problems for which a given solution can be verified in polynomial time by a deterministic Turing machine? (i) Class P (ii) Class NP (iii) Class NP-Hard (iv) Class Undecidable20252m
Module 4: Tractable and Intractable Problems
View this question on its own page →Which complexity class contains problems for which a given solution can be verified in polynomial time by a deterministic Turing machine?
(i) Class P
(ii) Class NP
(iii) Class NP-Hard
(iv) Class UndecidableQ1i. Which one of the following statement is correct? (i) If A \le_p B and B \in P then A \in P (ii) If A \le_p B and $A otin P then B otin P$ (iii) If A \le_p B and B \le_p C then A \le_p C (iv) All of these20222m
Module 4: Tractable and Intractable Problems
View this question on its own page →Which one of the following statement is correct?
(i) If and then
(ii) If and $A
otin PB
otin P$
(iii) If and then
(iv) All of theseQ1i. What is the primary technique used to prove that a problem is NP-complete? (i) Divide and conquer (ii) Dynamic programming (iii) Polynomial-time reduction from a known NP-complete problem (iv) Space complexity calculation20242m
Module 4: Tractable and Intractable Problems
View this question on its own page →What is the primary technique used to prove that a problem is NP-complete?
(i) Divide and conquer
(ii) Dynamic programming
(iii) Polynomial-time reduction from a known NP-complete problem
(iv) Space complexity calculationQ1j. What is the relationship between NP and P complexity classes? (i) P is a subset of NP (ii) NP is a subset of P (iii) P and NP are equivalent (iv) P and NP are disjoint sets20232m
Module 4: Tractable and Intractable Problems
View this question on its own page →What is the relationship between NP and P complexity classes?
(i) P is a subset of NP
(ii) NP is a subset of P
(iii) P and NP are equivalent
(iv) P and NP are disjoint setsQ1j. The Quantified Boolean Formula problem is a canonical complete problem for which of the following complexity classes? (i) NP (ii) P (iii) PSPACE (iv) co-NP20252m
Module 4: Tractable and Intractable Problems
View this question on its own page →The Quantified Boolean Formula problem is a canonical complete problem for which of the following complexity classes?
(i) NP
(ii) P
(iii) PSPACE
(iv) co-NPQ2a. Write and explain the Cook's theorem.20257m
Module 4: Tractable and Intractable Problems
View this question on its own page →Write and explain the Cook's theorem.
Q4b. Compare NP-hard and NP-completeness?20257m
Module 4: Tractable and Intractable Problems
View this question on its own page →Compare NP-hard and NP-completeness?
Q7b. Define P-Class, NP-class, NP-complete class and NP-hard class of problems. What is the relation between them?20227m
Module 4: Tractable and Intractable Problems
View this question on its own page →Define P-Class, NP-class, NP-complete class and NP-hard class of problems. What is the relation between them?
Q7b. What is P, NP, NP hard, and NP complete? Write the relationship between all of them.20237m
Module 4: Tractable and Intractable Problems
View this question on its own page →What is P, NP, NP hard, and NP complete? Write the relationship between all of them.
Q8a. Answer the following: (i) Describe complexity classes P, NP, NP-complete, and NP-hard. (ii) State and explain Cook's Theorem. (iii) Why is it considered a foundational result in computational complexity theory?20247m
Module 4: Tractable and Intractable Problems
View this question on its own page →Answer the following:
(i) Describe complexity classes P, NP, NP-complete, and NP-hard.
(ii) State and explain Cook's Theorem.
(iii) Why is it considered a foundational result in computational complexity theory?Q8b. Answer the following: (i) What is polynomial-time reduction? (ii) How is it used to prove that a problem is NP-complete? (iii) Explain the process of reducing 3-SAT to Vertex Cover.20247m
Module 4: Tractable and Intractable Problems
View this question on its own page →Answer the following:
(i) What is polynomial-time reduction?
(ii) How is it used to prove that a problem is NP-complete?
(iii) Explain the process of reducing 3-SAT to Vertex Cover.