๐Ÿ 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

Applications