2019-03-28 14:21:57 +01:00
2019-03-27 21:05:03 +01:00
2019-03-27 21:54:12 +01:00

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.

Description
A project exploring finite automata
Readme 44 KiB
Languages
Kotlin 100%