rasitekrem / MealyMachine

Mealy Machine with Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mealy Machine with Javascript


Languages

Language:JavaScript 68.0%Language:HTML 32.0%