Project to construct AFN's (Non deterministic automaton) using Thomson's Algorithim.
Constructs AFD converting from AFN to AFD by subset's method.
Create a direct AFD.
Minimize an AFD created by direct method.
Minimize an AFD create by subsets method.
Use graphviz to render automatas.
Usage Instructions
- Compile with java and run (delete package from each class)
- Use an IDE to compile project.