Theoretical Aspects of Lexical Analysis/Exercise 11

From Wiki**3

Revision as of 15:01, 27 April 2026 by Root (talk | contribs) (Solution)
(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 }. Indicate the number of processing steps for the given input string.

  • G = { a*b, a*, b*a }, input string = aababb

Solution

Note that {1,3} in the minimization tree must still be checked.

Solução completa