Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 172 Bytes

state_machines.md

File metadata and controls

4 lines (3 loc) · 172 Bytes

Definition

  • A State Machine is a graph where the nodes represent all possible states of the application, and edges represent possible transitions between those states.