Deterministic Finite Automaton
Structure
set of states Alphabet transition function - What will be the next state if we are in
and consume some
- What will be the next state if we are in
Slide Notation
- Double circle is the "final" state that we want, accept if we end at that point
Book Notation
- circle around final state
See also:
Nondeterministic Finite Automata