Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 268 Bytes

Automata.md

File metadata and controls

10 lines (6 loc) · 268 Bytes

Automata

Precedence

  • Kleene closure > concatenation > union

DFA/NFA

  • DFA: only one path for a given letter from a given state, no epsilon transitions are allowed
  • NFA: one or more paths for a given letter from a given state, may have epsilon transitions