in reply to Finite State Automata / Transducers
If you want to walk the FSA graph on your own, then in addition the DFA modules mentioned above, it will pay to check out the Graph modules. They make it very easy to set up a graph structure and execute a program on it. These modules are described in detail in the book "Mastering Algorithms in Perl".
-Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Finite State Automata / Transducers
by demerphq (Chancellor) on Jul 18, 2002 at 10:12 UTC |