diff --git a/README.md b/README.md index e69de29..1d6b275 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file