Do you mean that q0 was the start state and q1 was the original accept state and now you are making q4 an accept state as well?Hi,
Right. q0 is the initial state and q4 is the final state. Actually when I was trying to convert NFA to DFA , I was getting problems so I have to do that. But at this point if I make q4 as the final state then DFA can accept 'a' also. So lower part can help to accept string 'a'.
Is it okay?
Zulfi.