Simple tool written in C++ for converting a nondeterministic finite automaton to a deterministic one Reads from a file "date.in", in the following order, the total number of states, the number of final states, and the number of symbols. Then, the final states, and finally the transitions.