Deterministic Finite-state Automata
Description:
- Simple model that has exactly 1 state at any given time
- Can only be transition to 1 state given the same input and original state
- deterministic
- unlike eg, dice
- Can only transition to 1 more state
Search