From 09db89f2c72552c74e12400d8a30807f4c736fd6 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Wed, 27 Mar 2019 21:54:12 +0100 Subject: [PATCH] Update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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