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.
- Host: GitHub
- URL: https://github.com/arhcoder/automata
- Owner: arhcoder
- Created: 2022-11-10T00:44:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-21T01:10:12.000Z (about 2 years ago)
- Last Synced: 2025-01-21T21:46:15.099Z (5 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.