c# - convert nfa to dfa -


i want write program convert nfa dfa , user draw graph program convert dfa . how can it?

you may want take @ previous question incites.

nfa/dfa implementation in c#

as indicated in answer approach problem re-implementing following python example in c#

https://gist.github.com/491973

if not bothered implementation language , wish play nfa's , dfa's can use:

http://www.cs.duke.edu/csed/jflap/

here tutorial doing that:

http://www.cs.duke.edu/csed/jflap/tutorial/fa/nfa2dfa/index.html


Comments