An open API service indexing awesome lists of open source software.

https://github.com/angeligareta/non-deterministic-finite-automaton

Implementation of a Non-deterministic Finite Automaton in C++. The program can show the dead states, check if the NFA is a DFA and analyze a string to see if it belongs to the NFA.
https://github.com/angeligareta/non-deterministic-finite-automaton

cpp dfa nfa nfa-to-dfa-conversion nfa2dfa

Last synced: 3 months ago
JSON representation

Implementation of a Non-deterministic Finite Automaton in C++. The program can show the dead states, check if the NFA is a DFA and analyze a string to see if it belongs to the NFA.

Awesome Lists containing this project