Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 682 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 682 Bytes

nfa-to-minimized-dfa-graphical

Convert NFA to Minimized DFA

just draw your NFA using the buttons in the menu for creating states(new state) and transitions(new arrow) and click on the (convert to dfa)

you can also minimize your converted dfa clicking on the (minimize dfa)

Alt Text

note!

  • if you want to draw a final state put $ before the state label like : $s2
  • if you want to draw a lambda (epsilon) transition just type % in the transition label

you can delete and edit labels