Content deleted Content added
m intro |
fmt |
||
Line 4:
A GNFA can be defined as a [[n-tuple|5-tuple]]: (''S'', Σ, ''T'', ''s'', ''a'')
*
* a transition [[function (mathematics)|function]] (''T'' : (''S'' -{''a''}) × (''S'' - {''s''}) → ''R'')
▲* Σ is a finite set of symbols
*
* an accept state (''
▲Where ''R'' is the collection of all [[regular expressions]] over the alphabet Σ.
A DFA or NFA can easily be converted into a GNFA and then the GNFA can be easily converted into a [[regular expression]] by reducing the number of states until ''S'' = {''s'', ''a''}.
|