Skip to content

Draglesss/AFD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFA/AFD implementation

What is this project?

This project is a simple implementation of a Finite Automate using Finite-state Machine Model. It is a simple library mainly to read a DFA file from a text file or .afd file and load it into memory as an afd object to avoid repetitive operations within a code base. Within the afd class are methods that permits the mamnipulation of the DFA. The code is very easy to read and understand, use and quite performant although not generic.

Credits

  • Otmane Fatteh aka Draglesss

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages