Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 287 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 287 Bytes

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