nondeterministic-finite-automaton

the application simulates the operation of nondeterministic-finite-automaton

Presentation

Prerequisites

Before starting the installation, you need to install some prerequisites:

pip install -r requirements.txt

Running

To test the installation, simply start the application with the following command:

python src/main.py --file=entrys/automato03.txt

Contributors