How can we design this one?

44 Views Asked by At

Design a DFA to recognize string over Σ = {0,1} that contains AT LEAST two zeros at its last three positions.

1

There are 1 best solutions below

2
On BEST ANSWER

The following automata should do. In blue I indicated how the tail segment of our word looks like at this particular node and the node in the top left is our starting point (which I forgot to mark as such). DFA