

InterviewSolution
Saved Bookmarks
1. |
What does NP stands for in complexity classes theory?(a) Non polynomial(b) Non-deterministic polynomial(c) Both (a) and (b)(d) None of the mentionedThis question was addressed to me in class test.My question is from Non Deterministic Polynomial Time in section Intractable Problems of Automata Theory |
Answer» CORRECT answer is (B) Non-deterministic polynomial Explanation: NP is said to be one of the most fundamental complexity classes. NP is an acronym forNon deterministic polynomial TIME. |
|