sdht0 / automata-from-regex

A python program to build nfa, dfa and minimised DFA from given regular expression. Uses Tkinter for GUI and GraphViz for graphs.
118 stars 34 forks source link

result revised ... #7

Open riyoua opened 7 years ago

riyoua commented 7 years ago

can you check the results here .. my input was : x(x+y)*+z https://image.ibb.co/dx6fSa/Screenshot_from_2017_05_24_20_42_39.png

1 -> 3 on "z" i can't understand why this is there .. maybe i miss something ... the results follow the yellow draw on the youtube video example .. except that one for me