i want to write a program that convert nfa to dfa ,
user draw a graph then Program convert it to dfa .
how can i do it?
解决方案
You may want to take a look at this previous question for incites.
as indicated in the answer you could approach the problem by re-implementing the following python example in C#
If you are not bothered about the implementation language and simply wish to play with NFA's and DFA's then you can use:
here is a tutorial for doing just that: