1,982 views
0 votes
0 votes

Use the construction in the proof of $\text{Theorem 1.49}$ to give the state diagrams of $NFA's$ recognizing the star of the languages described in

  1. $\text{\{w| w contains at least three 1s\}}$
  2. $\text{\{w| w contains at least two 0's and at most one 1\}}$
  3. $\text{The empty set}$

1 Answer

0 votes
0 votes

a.L=(0*10*10*1(0+1)*)*

b. L=(000*+(100+010+000*1)0*)*

 

c. Ф*=ε

edited by

Related questions

0 votes
0 votes
1 answer
2
admin asked Apr 21, 2019
4,617 views
Use the construction in the proof of $\text{Theorem 1.45}$ to give the state diagrams of $\text{NFA’s}$ recognizing the union of the languages described in$L_{1}=\text{...