Back to the 2022 paper

Module 1: Introduction, Regular languages and finite automata

20227m

Convert the following NFA to DFA and informally describe the language it accepts.

State/input 0 1
p\to p {p, q} {p}
q {r, s} {t}
r {p, r} {t}
*s \emptyset \emptyset
*t \emptyset \emptyset

Similar questions