Theoretical Aspects of Lexical Analysis/Exercise 25

From Wiki**3

< Theoretical Aspects of Lexical Analysis
Revision as of 09:59, 6 July 2018 by Root (talk | contribs) (Created page with "__NOTOC__ Compute the non-deterministic finite automaton (NFA) by using Thompson's algorithm. Compute the minimal deterministic finite automaton (DFA). The alphabet is Σ = {...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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, (a|c)* }, input string = abbcac

Solução

Solução completa

Solution-co-ex25-nfa-dfa.jpg Solution-co-ex25-dfa-graph-min-tree-graph-input.jpg