Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 9 days 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.