Reduce NFA to DFA
Consider the transition table for NFA N:
1.Draw a transition graph for machine N. Consider using JFLAP unless you have another tool you know for the problem. (I guess by hand will do, but that is so nineteenth century)
2. Convert N into a DFA.
Explain the answer please