Finite State Automata
Which direction? Finite State Machine
→
Push-down state machine (automaton)
→
Turing Machine
regular expressions: finite state machine
Regular expressions: history-less finite state machine (pumping lemma)
RE ⇐> FSM
Given some state of the universe, calculate where I go to next memory is in the states
- is the alphabet, or symbols allowed
- is the set if states in the graph
- is the starting state;
- is accepting/yes states;
- = [transitions]:
src, sym, destsrc, destsym