InterviewSolution
Saved Bookmarks
| 1. |
The below DFA accepts the set of all strings over {0,1} that(A) begin either with 0 or 1(B) end with 0(C) end with 00(D) contain the substring 00. |
| Answer» | |