rezansrv / DFA-Minimizetion-JS

University project automata theory languages ​​and computation

Home Page:https://rezansrv.github.io/DFA-Minimizetion-JS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DFA Minimization

Adding States:

Type in new label input the name of the state e.g: S1 then hold Ctrl and double click anywhere on the canvas to add that state.

Adding Edges:

Type in new label input the name of the input e.g: 0, hold Ctrl double click on the source state, then double click on the target state.

Making a State Final:

Hold Alt key and double click the state that you want to make final

Deleting a State:

Hold Ctrlkey and right click the state that you want to delete

About

University project automata theory languages ​​and computation

https://rezansrv.github.io/DFA-Minimizetion-JS/


Languages

Language:JavaScript 72.8%Language:CSS 16.8%Language:HTML 10.4%