Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 216 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 216 Bytes

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