Skip to content

faridfr/Optimizing_Finite_Automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 )