Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 416 Bytes

DFA---Using-OOP-Python-

A deterministic finite automaton (DFA) using python classes.

How you run this?

1: Open DFA.ipynb file in jupyter notebook or any python compatible notebook IDE.

2: Upload given (csv) files in the current directory of DFA.ipynb.

(There are 3 DFAs in the code use 1 of any and comment others to see changes )

3: Now run each cell one by one!

Note: Images of respective DFA's are given!