Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 782 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 782 Bytes

Optimizing_Finite_Automata

A website that can optimizing your Finite automata and draw it

What can it do

  1. analysing txt file
  2. create node and edge from your data
  3. throw away inaccessible case
  4. throw away integral integration from node pairs
  5. analyse left over node pairs and repeat level 4
  6. merge left over node pairs
  7. Highlighting start and final states

Of course, it was not easy to write this text :)

Demo ( Persian & English )

http://optia.ir

Homepage

Homepage

Part of result page

Resultpage

Code by : Farid Froozan (FaridFr.ir) as university project ( Formal language and automata theory )