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

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

Implementation of a DFA in C++. The program can read, show, minimize and export a DFA. Besides, it can show the dead states and analyze a string to see if it belongs to the DFA.
https://github.com/angeligareta/deterministic-finite-automaton

cpp deterministic-finite-automata deterministic-finite-automaton dfa

Last synced: 7 months ago
JSON representation

Implementation of a DFA in C++. The program can read, show, minimize and export a DFA. Besides, it can show the dead states and analyze a string to see if it belongs to the DFA.

Awesome Lists containing this project