Computation Theory
- P, NP, NPC, NP-hard
- Finite autmata, Regular Language.
- DFA, NFA
- Regular language to NFA
- Pushdown automata, Context-Free Language.
- Turing machines, Recursively enumerable language
- Turing-Church thesis
- Slovable, unsolvable
Recognize / Accept:
If A is the set of all strings that machine M accepts, we say that A is the language of machine M and write L(M ) = A. We say that M recognizes A or that M accepts A.
Decide:
These machines are called deciders because they always make a decision to accept or reject. A decider that recognizes some language also is said to decide that language.