question1.py: A program that creates a transition diagram for any given dfa or nfa.question2.py: A program that converts a nfa to a dfa and outputs a transition table and transition diagram for the converted dfa.tables/: Contains the tables that the programs produce or take as input from the user.graphs/: Contains the graphs that the programs produce.
- Run
python question1.pyfrom the command line. Answer the questions directly on the terminal. - Run
python question2.pyfrom the command line. Fill in the table the program directs you to.