Skip to content

Opening book details…

About this document

Understanding NFAs and DFAs in Automata by Francisco is a document available to read on EtoBox.

1) This document discusses converting a nondeterministic finite automaton (NFA) to a deterministic finite automaton (DFA) using a method called the subset construction. 2) In the subset construction, each state in the DFA corresponds to a set of states in the NFA. Transitions in the DFA are determined by the possible transitions between sets of states in the NFA. 3) The subset construction guarantees that any language recognized by an NFA can also be recognized by a DFA.

Author
Francisco
Language
EN