You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
States and symbols are represented by strings. Transitions are objects of interface { state, symbol, resultState }. Each state needs a transition for each input symbol. (completeness)
Requirements
Tested with Node.js v16.13.1
Example
Automaton that accepts binary strings that contain an even number of 0s.