in Others edited by
654 views
4 votes
4 votes

Which of the following languages over the alphabet $\{0,1\}$ are $not$ recognized by deterministic finite state automata $(DFA)$ with $three$ states?

  1. Words which do not have $11$ as a contiguous subword
  2. Binary representations of multiples of three
  3. Words that have $11$ as a suffix
  4. Words that do not contain $101$ as a contiguous subword
in Others edited by
654 views

3 Answers

1 vote
1 vote
If we do by option Elimination, then I think D is the correct answer as 101 as a contiiguous sub word will require at least 4 states.

 

All the other 3 options are possible within 3 states.

q0___1____q1_____0____q2____1____q3

you can complete the min DFA, but I am sure, D is the correct answer.
1 vote
1 vote

 

Option D : Minimal DFA that do not contain 101 as a contiguous sub word required minimum 4 states

edited by
0 votes
0 votes

Answer:

Answer:

Related questions