Exercises for the Week 11 part 2 lecture video
- Does this DFSA accept the empty string?
- For
, draw a DFSA that accepts the language . - Draw a DFSA for the alphabet
that accepts exactly those strings that are a prefix of "abc". - Draw an NFSA with at most four states that accepts the same language
- Draw a DFSA for the alphabet
that accepts exactly those strings that don't contain 00.