Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 277 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 277 Bytes

Finite State Machine

This project will read .dfa files and strings to simulate a finite state machine.

Tasks

  • Check if the string is the language of the machine
  • Check if two machines recognize the same language
    • Provide a counterexample, if they don't