amirhosein-mesbah / nfa-to-minimized-dfa-graphical

converting NFA to DFA with graphical interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

converting NFA to DFA with graphical interface


Languages

Language:JavaScript 82.7%Language:CSS 11.4%Language:HTML 5.9%