Convert an NFA to a DFA using subset construction (powerset construction). Shows both the source NFA and resulting DFA with detailed steps.
Supported: a-z, | (union), * (star), + (plus), ? (optional), (), [a-z] (ranges), ε
a-z
|
*
+
?
()
[a-z]
ε