๐ Finite state automata (FSA)
= ๐ฐ Automata without storage
Formal definition
- ฮฃ = a finite, nonempty input alphabet
- Q = a finite set of states
- ฮด = a series of transition functions
- q0 = the starting state
- F = the set of accepting (final) states
Types
Properties
- Equivalent to ๐ก Regular Expressions
- Linear time complexity
Applications
- โ ๐ณ Parsing
Related
- FSA with an output: ๐ Finite state transducer