

InterviewSolution
Saved Bookmarks
1. |
Extended transition function is .(a) Q * Σ* -> Q(b) Q * Σ -> Q(c) Q* * Σ* -> Σ(d) Q * Σ -> ΣThis question was addressed to me during an interview for a job.I'd like to ask this question from Finite Automata in section Finite Automata of Automata Theory |
Answer» The correct answer is (a) Q * Σ* -> Q |
|