Finite State Machines
Learn about transition graphs, and look at a few examples of finite state machines.
Transition graphs
We design our computations to only consider one symbol at a time, making decisions based only on the current “state” and the current input symbol. Consider the language :
...