In computational complexity theory, P/poly is the complexity class of languages recognized by a polynomial-time Turing machine with a polynomial-bounded advice function. It is also (equivalently) defined as the class of languages that have a polynomial-size non-uniform circuit family, non-uniform PSIZE. This means that the machine that recognizes a language may use a different advice function or use a different circuit depending on the length of ...
more
Read article at Wikipedia
P/poly
Similar topics in Freebase
-
PSPACE
In computational complexity theory, PSPACE is the set of all decision problems which can be solved by a Turing machine using a polynomial amount of space. If we denote by SPACE(t(n)), the set of all problems that can be solved by Turing machines using at most t(n) space for some function t of the... -
NP-complete
In computational complexity theory, the complexity class NP-complete (abbreviated NP-C or NPC), is a class of problems having two properties: Although any given solution to such a problem can be verified quickly, there is no known efficient way to locate a solution in the first place; indeed, the...