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

https://github.com/arhcoder/automata

🧿 Mini-Python Lib to simulate DFA, NFA, DPDA, NPDA and Turing Machine Automatas; based on Peter Linz Automata Theory.
https://github.com/arhcoder/automata

Last synced: 3 months ago
JSON representation

🧿 Mini-Python Lib to simulate DFA, NFA, DPDA, NPDA and Turing Machine Automatas; based on Peter Linz Automata Theory.

Awesome Lists containing this project

README

        

# Automata
🧿 Mini-Python Lib to simulate DFA, NFA, DPDA, NPDA and Turing Machine Automatas; based on Peter Linz Automata Theory.