40 likes | 139 Views
Lecture 6. Construction of DFA from Regex. Solve the following. Construct Minimum-state DFA for the following using Direct Method ( a|b )*.a.( a|b ) ( a|b )*. a.b.b .( a|b )*. Solve the following.
E N D
Lecture 6 Construction of DFA from Regex
Solve the following • Construct Minimum-state DFA for the following using Direct Method • (a|b)*.a.(a|b) • (a|b)*.a.b.b.(a|b)*
Solve the following • Construct Minimum-state DFA for the following using Indirect Method (i.e. from Thompson Subset Construction Minimalization) • (a|b)*.a.(a|b) • (a|b)*.a.b.b.(a|b)*