Back to the 2022 paper

Module 1: Introduction, Regular languages and finite automata

20227m

Convert the following DFA to regular expression using the state elimination technique.

State/input 0 1
p\to *p s p
q p s
r r q
s q r

Similar questions