Content deleted Content added
Copied content from quantum computing; see that page's history for attribution |
m →Overview of complexity classes: typos |
||
Line 15:
== Overview of complexity classes ==
The important complexity classes P, BPP, BQP, PP, and
{| class="wikitable"
|+
Line 33:
|Promise problems for which a polynomial time Probabilistic Turing machine accepts every string in <math>A_\text{yes}</math> with a probability greater than <math>\frac{1}{2}</math>, and accepts every string in <math>A_\text{no}</math> with a probability of at most <math>\frac{1}{2}</math><ref name=":27"/>
|-
|PSPACE
|Promise problems for which a deterministic Turing machine, that runs in polynomial space, accepts every string in <math>A_\text{yes}</math> and rejects all strings in <math>A_\text{no}</math><ref name=":27"/>
|}
|