Back to the 2019 paper

Module 1: Introduction, Regular languages and finite automata

20197m

Design deterministic finite automata for the set of strings over the alphabet {a,b}\{a, b\} containing at least three occurrences of three consecutive bb's, overlapping permitted (e.g., the string bbbbbbbbbb should be accepted).

Similar questions