InterviewSolution
Saved Bookmarks
| 1. |
Consider a DFA accepting all strings over {a, b} where the number of a’s mod 3 = 2 and number of b’s are odd.What is the minimum number of states of such DFA ?(A) 4(B) 2(C) 6(D) 8 |
| Answer» | |