Workspace
Problem Description
Select a problem from the Problems tab to get started, or build your own automaton using the toolbar above.
Syntax Guide:
states: q0, q1, q2 alphabet: a, b initial: q0 accepting: q2 transitions: q0 -a-> q1 q0 -b-> q0 q1 -ε-> q2 (epsilon)