Choose the correct option when
S1: Initial state of NFA is initial state of DFA
S2: The final state of DFA will be every combination of final set of NFA
Show Hint
Subset construction forms DFA from NFA; power set of NFA states used in DFA.
DFA construction from NFA (subset construction):
- Initial DFA state is same as NFA's ε-closure of start state.
- Final DFA states = all combinations (subsets) containing final NFA states.