|
James A. Foster
|
|
|
Next: -Nondeterministic Finite Automata Up: Finite Automata for Regular Previous: Simplifying DFAs
Nondeterministic Finite AutomataSuppose we want to convert an NFAM into an DFAM'.
We can formalize this transformation into an algorithm and prove that it is correct. We could speed up this algorithm considerably, in most cases. Notice that the this algorithm requires time in
Essentially, this does a depth-first search of the transition graph from the first idea, starting with the starting state and ignoring all unreachable nodes.
James Foster Wed Sep 18 16:53:17 PDT 1996 |
|
Last Updated 01/13/2003 15:56 -0800 |