syedaunn / DFA-Simulator-GUI

Deterministic Finite Automata Graphical Simulator in HTML+Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Deterministic Finite Automata Graphical Simulator in HTML+Javascript


Languages

Language:CSS 89.2%Language:JavaScript 7.2%Language:HTML 3.6%