A language L belongs to NP if there exists a two input polynomial time algorithm A and a constant c such that
- L = {x in {0,1}* | ∃ certificate, y with |y| = O(xc) such that A(x,y) = 1}
See also: Complexity classes P and NP and NP-Complete.
include("../../../header.php") ?>
A language L belongs to NP if there exists a two input polynomial time algorithm A and a constant c such that
See also: Complexity classes P and NP and NP-Complete.