Find an nfa that accepts {a}* and is such that if in its transition graph a single edge is removed without any other changes, the resulting automaton accepts {a}.

link|improve this question
1  
Please learn that Stack Overflow is not a do-your-homework service. This is the second question of yours I have seen which is just a copy of a classwork assignment. If you are to learn anything, it is by doing your homework. If you have a specific question about how to go about this or what it means, and have exhausted local resources (like your textbook) then post a real question. Until then go and do your own homework. – Paul Johnson Mar 24 '11 at 18:30
feedback

1 Answer

NFA that goes from accepting {a}* to accepting {a} when removing one transition

I would answer something like my sketch above. By removing the epsilon (free ride) transition the NFA goes from accepting {a}* to accepting {a}.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.