| Finite Automata | ||
| An automaton processes a string on the tape by repeating the following actions until the tape head has traversed the entire string:
Once the entire string has been processed, the state in which the automation enters is examined. If it is an accept state , the input string is accepted ; otherwise, the string is rejected . Summarizing all the above we can formulate the following formal definition: Deterministic Finite State Automaton : A Deterministic Finite State Automaton (DFA) is a 5-tuple :
|
||