Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
R (complexity)
Set of all total computable functions

In computational complexity theory, R is the class of decision problems solvable by a Turing machine, which is the set of all recursive languages (also called decidable languages).

We don't have any images related to R (complexity) yet.
We don't have any YouTube videos related to R (complexity) yet.
We don't have any PDF documents related to R (complexity) yet.
We don't have any Books related to R (complexity) yet.
We don't have any archived web articles related to R (complexity) yet.

Equivalent formulations

R is equivalent to the set of all total computable functions in the sense that:

  • a decision problem is in R if and only if its indicator function is computable,
  • a total function is computable if and only if its graph is in R.

Relationship with other classes

Since we can decide any problem for which there exists a recogniser and also a co-recogniser by simply interleaving them until one obtains a result, the class is equal to RE ∩ co-RE.

Complexity Zoo: Class R