parsa-mz / NFA-to-DFA

Convert NFA to DFA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFA to DFA

Graphical NFA to DFA converter

An NFA can have zero, one or more than one move from a given state on a given input symbol. On the other hand, DFA has one and only one move from a given state on a given input symbol.

You can use sample data or Enter your own NFA

  • Enter NFA (0: for sample data 1: for entering yourself)
  • Enter Final state of NFA
  • Draw DFA nodes on screen to see the visual DFA

License

This project is licensed under the MIT License.

About

Convert NFA to DFA


Languages

Language:Python 100.0%