Thanks to visit codestin.com
Credit goes to github.com

Skip to content

makueiathiengdit/Deterministic-Finite-Automata-DFA-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deterministic-Finite-Automata-DFA

A DFA is a state machine that goes to particular state on a given input character. It reads input alphabets one at time and performs transition. If the state after final transition is an accepting state, the input string is accepted otherwise it's rejected. More on DFA theory here https://en.wikipedia.org/wiki/Deterministic_finite_automaton

About

Implementation of Deterministic Finite Automata (DFA) in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages