A Finite State Automata that has a definite result.
Formal Definition
A DFSA is a quintuple where:
- is a finite set of States
- is a finite Alphabet
- is the Transition Function
- is the start or initial State
- is the set of accepting states.
A Finite State Automata that has a definite result.
A DFSA M is a quintuple M=(Q,Σ,δ,s,F) where: