PR is the complexity class of all primitive recursive functions – or, equivalently, the set of all formal languages that can be decided by such a function. This includes addition, multiplication, exponentiation, tetration, etc.
The Ackermann function is an example of a function that is not primitive recursive, showing that PR is strictly contained in R.
PR functions can be explicitly enumerated, whereas not all functions R can be. This shows that...
more
Read article at Wikipedia
PR
Similar topics in Freebase
-
PSPACE
In computational complexity theory, PSPACE is the set of all decision problems which can be solved by a Turing machine using a polynomial amount of space. If we denote by SPACE(t(n)), the set of all problems that can be solved by Turing machines using at most t(n) space for some function t of the... -
NP-complete
In computational complexity theory, the complexity class NP-complete (abbreviated NP-C or NPC), is a class of problems having two properties: Although any given solution to such a problem can be verified quickly, there is no known efficient way to locate a solution in the first place; indeed, the...