Difference between revisions of "Theoretical Aspects of Lexical Analysis/Exercise 19"

From Wiki**3

< Theoretical Aspects of Lexical Analysis
(Created page with "__NOTOC__ Compute the non-deterministic finite automaton (NFA) by using Thompson's algorithm. Compute the minimal deterministic finite automaton (DFA).<br/>The alphabet is Σ...")
 
(No difference)

Latest revision as of 11:33, 14 April 2015

Compute the non-deterministic finite automaton (NFA) by using Thompson's algorithm. Compute the minimal deterministic finite automaton (DFA).
The alphabet is Σ = { a, b, c }. Indicate the number of processing steps for the given input string.

  • G = { a*|b, b*|c, c*|a }, input string = abbcac

Solution-nfa-dfa-ex19.jpg