

InterviewSolution
Saved Bookmarks
1. |
For NFA with ε-moves, which among the following is correct?(a) Δ: Q X (∑ U {ε}) -> P(Q)(b) Δ: Q X (∑) -> P(Q)(c) Δ: Q X (∑*) -> P(Q)(d) All of the mentionedThe question was posed to me in an interview.This intriguing question originated from Finite Automata with Epsilon Transition topic in section Finite Automata of Automata Theory |
Answer» Right answer is (a) Δ: Q X (∑ U {ε}) -> P(Q) |
|