Update readme

This commit is contained in:
Gabriel Tofvesson 2019-03-27 21:54:12 +01:00
parent 51dd52aa86
commit 09db89f2c7

View File

@ -0,0 +1,5 @@
# NFA 2 DFA
This is a project aimed at demonstrating how finite automata work.
Currently, the implemented model supports both Deterministic Finite Automata (DFA) as well as Nondeterministic Finite Automata (NFA).
Finally, there is also support for converting a NFA into its DFA equivalent.