Skip to content

Roby003/Nondeterministic-Deterministic-Finite-Automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nondeterministic-Deterministic-Finite-Automata

About

This program presents a simple way to implement a NFA/DFA in python.

Input

The characteristics of the NFA/DFA have to be written in the automata.in file as such:

q0 #initial state

F #list of final states

state letter state #defining the transition function delta

state letter state #defining the transition function delta

...

Here is an example:

The words which are to be parsed will be written in the words.in file as such:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages