stateDiagram [*] --> q0 q0 --> q1 : 0 q0 --> q0 : 0 q1 --> q2 : 1 q2 --> q0 : 1, eps q2 --> [*]
With
Describe the Language
Note that regex
stateDiagram [*] --> q0 q0 --> q1 : 0 q0 --> q0 : 0 q1 --> q2 : 1 q2 --> q0 : 1, eps q2 --> [*]
With ÎŁ={0,1}
L(M)={xâÎŁââŁx ends with 01â§x starts with 0â§Â 111 is not a substring of x} Note that regex M=(0+01+011)â01