Back to the 2022 paper

Module 1: Introduction & Regular Languages

20227m

Design a DFA for strings over {a,b}\{a, b\} containing at least three occurrences of bbb (overlapping allowed). Example: bbbbbb is accepted.

Similar questions