Theoretical Aspects of Lexical Analysis/Exercise 11: Difference between revisions

From Wiki**3

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).<br/>The alphabet is Σ..."
 
Root (talk | contribs)
Line 7: Line 7:
{{CollapsedCode|Solução completa|
{{CollapsedCode|Solução completa|
[[Image:asbasbsa1.jpg]]
[[Image:asbasbsa1.jpg]]
[[Image:asbasbsa2.jpg]]
}}
}}



Revision as of 14:14, 27 April 2026

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

Solução completa