759 views
0 votes
0 votes
I know that NP-complete problems are the hardest NP problems and every NP problem can be reduced NP-Complete problems in polynomial time. Now, it is said that all NP problems can be solved in Non-deterministic polynomial time, so is it true that ALL NP-COMPLETE PROBLEMS CAN BE SOLVED IN NON-DETERMINISTIC POLYNOMIAL TIME ?

1 Answer

1 votes
1 votes

Yes. All NP problems (Including NP-Complete Problems, since they are a proper subset of NP problems, assuming the current scenario i.e. P !=NP) can be solved in Polynomial Time on a Non-Deterministic Turing Machine.

Related questions

0 votes
0 votes
0 answers
3
commenter commenter asked Jun 13, 2019
358 views
I know that all NP problems can be reduced to Boolean Satisfiability SAT problem. But my question is whether SAT problem can be reduced to other NP complete problems like...