computable
Computable is a term used in mathematics and computer science to describe problems, functions, or processes that can be carried out by a finite, well-defined sequence of steps, i.e., an algorithm. For a total function f from natural numbers to natural numbers, computability means there exists an algorithm that, for every input n, halts and outputs f(n). In the context of decision problems, a language is computable (decidable) if there is an algorithm that, given any input string, halts and accepts when the string is in the language and rejects otherwise. If an algorithm may not halt on some inputs, the problem is not computable, though it may still be semi-decidable (recursively enumerable).
Computability is studied through formal models such as Turing machines, the lambda calculus, and the class
There are well-defined problems that are not computable. The halting problem—determining whether a given program halts
Computability theory clarifies the limits of algorithmic computation and underpins areas such as complexity theory, algorithm