InterviewSolution
Saved Bookmarks
| 1. |
What is NP complete probelm |
|
Answer» putational COMPLEXITY theory, a problem is NP-complete when: A NONDETERMINISTIC Turing machine can solve it in polynomial-time. A DETERMINISTIC Turing machine can solve it in large time complexity CLASSES and can verify its SOLUTIONS in polynomial time |
|