Module 01
Automata Simulator
Define a DFA or NFA and simulate it on any input string with animated state traversal.
DFA/NFA
Animated
Machine Configuration
ℹ
Transitions format:
q0,a,q1;q0,b,q2;q1,a,q1 (semicolon-separated). For NFA with epsilon, use ε.
Examples:
State Diagram
No diagram yet
Configure automaton and click Draw Graph or Simulate
Ready to simulate
Configure machine and input string, then click Simulate