Skip to content
EntityQ505373· pop 5· linked from 3 articles

Also known as FP^NP

In complexity theory, the complexity class NP-easy is the set of function problems that are solvable in polynomial time by a deterministic Turing machine with an oracle for some decision problem in NP.

~1 min read

Article

2 sections
Contents
  • Notes
  • References

In complexity theory, the complexity class NP-easy is the set of function problems that are solvable in polynomial time by a deterministic Turing machine with an oracle for some decision problem in NP.

In other words, a problem X is NP-easy if and only if there exists some problem Y in NP such that X is polynomial-time Turing reducible to Y. This means that given an oracle for Y, there exists an algorithm that solves X in polynomial time (possibly by repeatedly using that oracle).

Available in 5 languages

via Wikidata sitelinks · CC0

Connections

Categories