Are the following conversions from DFAs to GNFAs correct?

16 Views Asked by At

enter image description here

This machine (a) should accept all strings that start with a 1 and end with a 0.

enter image description here

This machine (b) should accept all strings that contain three or more 1s.

enter image description here

This machine (c) should accept all strings that contain 0101.