/DFA-Simulator-GUI

Deterministic Finite Automata Graphical Simulator in HTML+Javascript

Primary LanguageCSS

DFA-Simulator-GUI

Deterministic Finite Automata Graphical Simulator in HTML+Javascript

Web Application to create and simulate Deterministic Finite Automata (DFA) interactively by defining state and corresponding transitions and also marking the start/final state(s). The Application also allows users to tell following things after DFA is created:

  • If the Language of DFA contains episilon (E)
  • If the Language of DFA is empty
  • File enumerating all possible words in language of given DFA with length(word) <= 10