Removing ![]() |
||
Given any NFA we need to construct as equivalent DFA i.e. the DFA need to simulate the behaviour of the NFA . For this, the DFA have to keep track of all the states where the NFA could be in at every step during processing a given input string. There are The formal constructions of an equivalent DFA for any NFA is given below. We first consider an
NFA without Formal construction of an equivalent DFA for a given NFA without Given an
|
||