🏁 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