Content deleted Content added
m corrected two typos |
m Corrected a reference and a factual error |
||
Line 42:
A distributional problem (L, D) is in the complexity class AvgP if there is an efficient average-case algorithm for L, as defined above. The class AvgP is occasionally called distP in the literature.<ref name="ab09"/>
A distributional problem (L, D) is in the complexity class distNP if L is in NP and D is P-computable.
Together, AvgP and
==Reductions Between Distributional Problems==
Line 55:
===DistNP-Complete Problems===
The average-case analogue to NP-completeness is distNP-completeness. A distributional problem (L', D') is distNP-complete if (L', D') is in distNP and for every (L, D) in distNP, (L, D) is average-case reducible to (L', D').
An example of a distNP-complete problem is the Bounded Halting Problem, BH, defined as follows:
|