NP |
||
|
In complexity theory, NP ("Non-deterministic Polynomial-time") is the set of decision problems solvable in polynomial time on a non-deterministic Turing machine. Or, equivalently, YES answers are checkable in polynomial time on a deterministic Turing machine given the right information. A language L belongs to NP if there exists a two input polynomial time algorithm A and a constant c such that
See Complexity classes P and NP and NP-Complete.
|
||
Try putting this code snipplet on your page |
||