You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A java application which draws Nondeterministic Finite Automaton (NFA), Deterministic Finite Automaton (DFA), and minimized DFA of a given regular expression over the specified alphabets.
The main function is in the src/GUI/Main.java class.
About
A java application which draws NFA, DFA, and minimized DFA of a given regular expression.