 | | From: | sergei_m_1 at yahoo.com | | Subject: | help: nfa to dfa | | Date: | 1 Jan 2005 18:02:56 -0500 |
|
|
 | Basically learning conversion of nfa to dfa from Aho book
is lambda transition same as E transition (empty string input) how is E pronounced ? (could'nt write E as curved)
|
|
 | | From: | Hannah Schroeter | | Subject: | Re: help: nfa to dfa | | Date: | 3 Jan 2005 00:52:05 -0500 |
|
|
 | Hello!
wrote: >Basically learning conversion of nfa to dfa from Aho book
>is lambda transition same as E transition (empty string input) >how is E pronounced ? (could'nt write E as curved)
It's probably the Greek letter Epsilon, which is often used to denote an empty string.
Kind regards,
Hannah.
|
|