/DFA-to-Regular-Expression

This project can convert the Finite Automaton given in the specified format to a Regular Expression using GNFA.

Primary LanguageJavaMIT LicenseMIT

CME 3203 Theory of Computation Assignment

Generalized Nondeterministic Finite Automaton

This project can convert the Finite Automaton given in the specified format to a Regular Expression using GNFA.
We implemented this project together with my project teammate Murat Taylan Şahin with using Java