Design and Analysis of Algorithms

106502
Back to Design and Analysis of Algorithms

Module 4: Tractable and Intractable Problems

  1. 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

    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 these

    View this question on its own page →
  2. Q1h. 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

    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 Undecidable

    View this question on its own page →
  3. Q1i. 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

    Which one of the following statement is correct?
    (i) If ApBA \le_p B and BPB \in P then APA \in P
    (ii) If ApBA \le_p B and $A
    otin Pthen then B
    otin P$
    (iii) If ApBA \le_p B and BpCB \le_p C then ApCA \le_p C
    (iv) All of these

    View this question on its own page →
  4. Q1i. 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

    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 calculation

    View this question on its own page →
  5. Q1j. 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

    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 sets

    View this question on its own page →
  6. Q1j. 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

    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-NP

    View this question on its own page →
  7. Q2a. Write and explain the Cook's theorem.20257m

    Module 4: Tractable and Intractable Problems

    Write and explain the Cook's theorem.

    View this question on its own page →
  8. Q4b. Compare NP-hard and NP-completeness?20257m

    Module 4: Tractable and Intractable Problems

    Compare NP-hard and NP-completeness?

    View this question on its own page →
  9. 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

    Define P-Class, NP-class, NP-complete class and NP-hard class of problems. What is the relation between them?

    View this question on its own page →
  10. Q7b. What is P, NP, NP hard, and NP complete? Write the relationship between all of them.20237m

    Module 4: Tractable and Intractable Problems

    What is P, NP, NP hard, and NP complete? Write the relationship between all of them.

    View this question on its own page →
  11. 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

    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?

    View this question on its own page →
  12. 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

    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.

    View this question on its own page →