An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.
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.