Recursive languages

The recursive (decidable) languages — those with an algorithm that halts on every input with the correct yes/no answer.

  • Machine model. Total (always-halting) Turing machines (is_Recursive): the machine halts on every input and accepts exactly the members of the language.

Table of contents