InterviewSolution
Saved Bookmarks
| 1. |
In the automaton below, s is the start state and t is the only final state.Consider the strings u = abbaba, v = bab, and w = aabb. Which of the following statements is true?(A) The automaton accepts u and v but not w(B) The automaton accepts each of u, v, and w(C) The automaton rejects each of u, v, and w(D) The automaton accepts u but rejects v and w |
| Answer» | |