Skip to main content

Questions tagged [finite-automaton]

7 votes
2 answers
397 views

The McNaughton-Yamada-Thompson algorithm (aka. Thompson algorithm) is designed to transform a regular expression into a Non-Deterministic Finite Automaton (NDFA) that recognizes the language ...
138 Aspen's user avatar
  • 469
1 vote
0 answers
74 views

The Brzozowski Algebraic Method is a technique used in automata theory, specifically for constructing the minimal deterministic finite automaton (DFA) from a given nondeterministic finite automaton (...
138 Aspen's user avatar
  • 469