

InterviewSolution
Saved Bookmarks
1. |
Transition function maps.(a) Σ * Q -> Σ(b) Q * Q -> Σ(c) Σ * Σ -> Q(d) Q * Σ -> QI got this question during an interview for a job.This intriguing question comes from Finite Automata topic in chapter Finite Automata of Automata Theory |
Answer» CORRECT option is (d) Q * Σ -> Q To elaborate: Inputs are state and input string OUTPUT is STATES. |
|