automata from regex

An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.

74
44
C++

Automata From Regular Expressions

An interactive c++11 program to construct NFA, DFA, and minimized DFA from a given regular expression on the alphabet {a,b} and simulate the DFA on any possible input.

Demo