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

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).

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.