Finite State Machine
Finite State Machine
From wiki, this writing is like abstract of thesis.
Some youtube videos to help you understanding. Deterministic Finite Automata
It's presented in the senior level computer science class.
It's flow logic in the textbook. It's not really mentioned in the real world programming.
Directed Graph It's some nodes and edges with direction.
There are few kinds of state machines.
Regular Expression See this youtube video
Last updated