

InterviewSolution
Saved Bookmarks
1. |
John is asked to make an automaton which accepts a given string for all the occurrence of ‘1001’ in it. How many number of transitions would John use such that, the string processing application works?(a) 9(b) 11(c) 12(d) 15I got this question in a job interview.This intriguing question comes from Applications of NFA in division Finite Automata of Automata Theory |
Answer» CORRECT ANSWER is (a) 9 Explanation: NONE. |
|