i want write program convert nfa dfa , user draw graph program convert dfa . how can it?
you may want take @ previous question incites.
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
Post a Comment