Computability Lesson 3: Non-Deterministic Finite State Automata (Solutions)
NFA 1
Exercise:
- Find two strings not accepted by $N$.
- Describe $\mathcal{L}(N)$ as precisely as possible. (Hint: how do you get to $q_2$?)
Solutions:
- 00 is not accepted. 011 is also not accepted.
- { $w$ : $w$ contains “10” as a substring }.