in Theory of Computation retagged by
408 views
0 votes
0 votes

Give the state diagram of DFAs with the specified number of states recognizing each of the following languages. In all parts, the alphabet is {0, 1}.

 

  1. {w | accept all string except 11 or 110}

 

  1. {w | w begins with a 11 and ends with a 0}

 

  1. {w | All string accepted except empty set}

 

  1. {w : w contains sub string 1111 }

 

  1. {w : w start with 00 and has odd length }

 

  1. {w| w does not contain the substring 1101}

 

  1. { w | w contains at least three 0s }

 

  1. { w | w contains the substring 0101, i.e., w = x0101y for some x and y }
in Theory of Computation retagged by
by
408 views

Please log in or register to answer this question.

Related questions