Rio Velarde
Originally Created For CPSC 406
v5.0

This program converts non-deterministic finite automata to deterministic finite automata. The input format to provide for the NDA is
given in the Input-Output.txt file.

As of now, the program is working great with (finally) no bugs at all!!!

Bugs:

~~~NONE~~~

References:

Robert Sedgewick - Algorithms In C++ (Third Edition)
Cormen, T.H. / Leiserson, C. E. / Rivest, R.L. / Stein, C. - Introduction To Algorithms (Third Edition)
Standard C++ Library Reference - http://www.cplusplus.com/reference

I used the books to help me learn how to make a basic Graph data structure.
I also used various help from random stack overflow articles.


Command to Run (from src folder):
./NFA2DFA.exe FilepathOfNFAInput