

InterviewSolution
Saved Bookmarks
1. |
Which of the steps are non useful while eliminating the e-transitions for the given diagram?(a) Make a as accepting state of N’ if ECLOSE(p) contains an accepting state of N(b) Add an arc a to f1 labelled a if there is an arc labelled a in N from some state in ECLOSE(a) to f1(c) Delete all arcs labelled as e(d) None of the mentionedI had been asked this question during an internship interview.The question is from Epsilon Closures topic in division Finite Automata of Automata Theory |
Answer» CORRECT choice is (d) None of the mentioned To elaborate: The given are the steps followed while eliminating epsilon TRANSITIONS from a NFA or converting an e-NFA to just NFA. |
|