

InterviewSolution
Saved Bookmarks
1. |
Which of the given problems are NP-complete?(a) Node cover problems(b) Directed Hamilton Circuit Problem(c) Both (a) and (b)(d) None of the mentionedThe question was asked in exam.Enquiry is from Node-Cover Problem, Hamilton Circuit Problem topic in division Intractable Problems of Automata Theory |
Answer» CORRECT OPTION is (c) Both (a) and (b) The explanation is: VERTEX cover or Node cover PROBLEM, and HAMILTON Circuit problem, both are NP complete type of problems. |
|