Documentation

Complexitylib.Classes.Exponential

Exponential time complexity classes #

This file defines EXP and NEXP, the exponential-time analogues of P and NP respectively.

EXP is the class of languages decidable by a deterministic TM in exponential time: EXP = ⋃_k DTIME(2^(n^k)).

Equations
Instances For

    NEXP is the class of languages decidable by a nondeterministic TM in exponential time: NEXP = ⋃_k NTIME(2^(n^k)).

    Equations
    Instances For