Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 361 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 361 Bytes

MealyMachine

Mealy Machine with Javascript

#Working Style

#First Step All necessary values is input. Example : Input alphabet : a,b Output alphabet : 0,1 State lenght : 3 (q0,q1,q2 create)

#Second Step

#Create transition diagram #Example : Old State : q0 Input Letter: a Output Letter : 0 New state : q1 #Final Step Input search word