pzuehlke / Automata

Implementations of DFA, NFA and PDA (incl. examples) in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automata

Provides implementations and examples of deterministic finite automata (DFA), non-deterministic finite automata (NFA) and pushdown automata (PDA) in Python.

About

Implementations of DFA, NFA and PDA (incl. examples) in Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%