AI Features

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 LL:

L={λ,aa,ab,ba,bb,aaaa,aaab,aaba,aabb,abaa,}L=\{ \lambda, aa, ab, ba, bb, aaaa, aaab, aaba, aabb, abaa,\cdots \} ...