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

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

Minimalistic deterministic finite automaton for my university class and for learning go, capable of running simple word acceptance tests. Not feature complete and only for educational reasons.
https://github.com/felixklauke/deterministic-finite-automaton

acceptance-testing deterministic-finite-automata dfa golang word-problems

Last synced: 8 months ago
JSON representation

Minimalistic deterministic finite automaton for my university class and for learning go, capable of running simple word acceptance tests. Not feature complete and only for educational reasons.

Awesome Lists containing this project

README

          

# deterministic-finite-automaton
Minimalistic deterministic finite automaton for my university class and for learning go, capable of running simple word acceptance tests. Not feature complete and only for educational reasons.