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.
- Host: GitHub
- URL: https://github.com/felixklauke/deterministic-finite-automaton
- Owner: felixklauke
- License: unlicense
- Created: 2019-09-27T11:54:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T12:41:05.000Z (about 6 years ago)
- Last Synced: 2024-05-01T14:40:58.245Z (over 1 year ago)
- Topics: acceptance-testing, deterministic-finite-automata, dfa, golang, word-problems
- Language: Go
- Homepage: https://www.felix-klauke.com
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.