New
- Added view method, that enables visualize DFA and NFA using graphviz library.
- Implemented the getDFA function that returns the DFA of the actual NFA
- Implemented the removeEpsilonTransitions that returns the NFA without epsilon transitions.
- **NFA Functions**
* getEClosure, removeEpsilonTransitions, getDFA, view
- **DFA Functions**
* view