- Open terminal
- Navigate to week3_automata
- Run:
python3 demo.py- The last line of your output should read:
ALL TESTS MATCHEDThe most difficult part about this project was...
The trace for 'abb' shows that NFA can track multiple paths at once but only accepts after the entire input reaches an accepting state.