Skip to content

C++ code which takes a DFA and a string as a input and determines if the given DFA accepts the string or not.

Notifications You must be signed in to change notification settings

adityabandal/Deterministic-Finite-Automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deterministic-Finite-Automata

C++ code which takes a DFA and a string as a input and determines if the given DFA accepts the string or not. To take input from the file, in the given format you can use file_dfa.cpp

About

C++ code which takes a DFA and a string as a input and determines if the given DFA accepts the string or not.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages