I am stuck with constructing an DFA that has at most in it.
The question I am stuck with is:
Design an DFA that accepts all strings over {0, 1} that contain at most two 00’s and at most three 11’s as a substring.
An answer in a form of a graph would be perfect but if someone can explain in plain words, I will appreciate that as well.
For example, a string such as 10011001 will also be accepted. At least, that is what I understand from the question.
– Gana Aug 02 '15 at 02:13