CSC365 Compiler Design and Construction

Compiler Design and ConstructionModel question

Convert the following regular expression to NFA using Thompson's construction: (a b) a(a b) Then convert this NFA to DFA using subset construction method. Finally, minimize the DFA using state…

10

Convert the following regular expression to NFA using Thompson's construction:

(a|b)*a(a|b)

Then convert this NFA to DFA using subset construction method. Finally, minimize the DFA using state minimization algorithm.

A worked answer is on its wayMeanwhile, read the Compiler Design and Construction notes for this topic.

Discussion

Loading…

More Compiler Design and Construction questions

All Compiler Design and Construction old questions