1,799 views

1 Answer

2 votes
2 votes
Every NFA with more than one final state can be converted into a NFA with a single final state.Add a new state to the NFA and introduce epsilon transitions from every old final state to the new state.Make the new state as the final state and all the old final states as non final states.This new NFA accepts the same language as the old NFA.

Related questions

2 votes
2 votes
0 answers
2
Naveen Kumar 3 asked Mar 30, 2019
482 views
Give a simple verbal description of the language accepted by the dfa in following figure.Use this to find another dfa, equivalent to the given one, but with fewer states....