https://github.com/drguildo/automata
A Java implementation of finite automata as described in Understanding Computation (2013).
https://github.com/drguildo/automata
Last synced: 2 months ago
JSON representation
A Java implementation of finite automata as described in Understanding Computation (2013).
- Host: GitHub
- URL: https://github.com/drguildo/automata
- Owner: drguildo
- Created: 2015-06-30T10:25:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T22:18:05.000Z (over 10 years ago)
- Last Synced: 2025-12-27T00:03:46.594Z (6 months ago)
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a Java implementation of both deterministic and nondeterministic finite
automaton as discussed in the book Understanding Computation by Tom Stuart.