

InterviewSolution
Saved Bookmarks
1. |
ε- closure of q1 in the given transition graph:(a) {q1}(b) {q0, q2}(c) {q1, q2}(d) {q0, q1, q2}I had been asked this question in an interview.I want to ask this question from Finite Automata with Epsilon Transition topic in chapter Finite Automata of Automata Theory |
Answer» Right choice is (c) {Q1, q2} |
|