Juliet C. answered 04/01/21
Tutor
5.0
(788)
PhD in Computer Science with 8+ Years of Teaching Experience
Summary of video answer:
- Note the pattern of the accepted and non-accepted strings.
- Address any ambiguities in the question with your professor.
- Reflect that pattern in a state diagram.
- Go to a non-acceptance state when too many 0s are encountered.
- Make sure to allow all accepted patterns (i.e. extra 1s are fine).