| |
| | CMSC 451 Lecture 4, Nondeterministic Finite Automata, NFA |
 | | The difference between a DFA and a NFA is that the state transition table, delta, for a DFA has exactly one target state but for a NFA has a set, possibly empty (phi), of target states. |
 | | Example of a NFA, Nondeterministic Finite Automata given by a) Machine Definition M = (Q, sigma, delta, q0, F) b) Equivalent regular expression c) Equivalent state transition diagram and example tree of states for input string 0100011 and an equivalent DFA, Deterministic Finite Automata for the first 3 states. |
 | | Given a NFA and one or more strings, determine if the string(s) are accepted by the NFA. |
| www.cs.umbc.edu /~squire/cs451_l4.html (349 words) |
|