Theoretical Aspects of Lexical Analysis/Exercise 11: Difference between revisions
From Wiki**3
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 Σ..." |
|||
| Line 7: | Line 7: | ||
{{CollapsedCode|Solução completa| | {{CollapsedCode|Solução completa| | ||
[[Image:asbasbsa1.jpg]] | [[Image:asbasbsa1.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 |
|---|
