Article · Wikipedia archive · Last revised Jun 1, 2026

NE (complexity)

In computational complexity theory, the complexity class NE is the set of decision problems that can be solved by a non-deterministic Turing machine in time . It is similar to NEXPTIME, the set of decision problems that can be solved by a non-deterministic Turing machine in time . By definition, it is contained in NEXPTIME.

Last revised
Jun 1, 2026
Read time
≈ 1 min
Length
89 w
Citations
1
Source

In computational complexity theory, the complexity class NE is the set of decision problems that can be solved by a non-deterministic Turing machine in time 2 O ( n ) {\displaystyle 2^{O(n)}} .1 It is similar to NEXPTIME, the set of decision problems that can be solved by a non-deterministic Turing machine in time 2 n O ( 1 ) {\displaystyle 2^{n^{O}(1)}} . By definition, it is contained in NEXPTIME.

NE, unlike NEXPTIME, is not closed under polynomial-time many-one reductions.

See also

See also

References

References