Determinisitc Finite Automata Designer - ToC Final Project
Input: (empty)
Default alphabet
How to use:
- Create State: Double click inside box
- Create Accept State: Double click existing state
-
- Label States: Right click existing state
- Label Lines: Right click existing lines
-
- Start State: Must label the start state as q_0
- Create Arrows: Click previous state, THEN press and hold shift, and click next state
- Delete States: Click on state once, (make sure border is red), press 'Delete' key
-
- Delete Lines: Lines cannot be deleted exclusively. In order to delete a line, please delete EITHER one of the states that it is connected to
-
- Note: This is a deterministic FA, so non-determinism will be auto-rejected by the program