Theoretical Aspects of Lexical Analysis/Exercise 24

From Wiki**3

Revision as of 17:41, 19 April 2018 by Root (talk | contribs) (Solução)
(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*, bc*, a|c* }, input string = abbcac

Solução

Solução completa