0
6.9kviews
Design a DFA for the regular expression (a+b)*aba
1 Answer
0
361views

$\epsilon$-–NFA for the problem is \ltcenter\gt![enter image description here][1]\lt/center\gt | States\Inputs | a | b | |---------------|---------|--------| | S | {B,C,D} | {B,C} | | A | {B,C} | {B,C} | | B | {D} | $\Phi$ | | C | {D} | $\Phi$ | | D | $\Phi$ | …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.