InterviewSolution
Saved Bookmarks
| 1. |
If string s is accepted by this DFA, which of these strings cannot be suffix of s?(a) 111001(b) 111111(c) 111000(d) 101010The question was posed to me in a national level competition.My doubt stems from The NFA with n-moves to the DFA in portion Finite Automata and Regular Expression of Compiler |
|
Answer» The CORRECT answer is (a) 111001 |
|