edited by
509 views
0 votes
0 votes

Give non-deterministic finite automata to accept the following languages$.$Try to take advantage of non-determinism as much as possible$.$

  1. The set of strings over the alphabet $\{0,1,.....,9\}$ such that the final digit has appeared before$.$
  2. The set of strings over the alphabet $\{0,1,.....,9\}$ such that the final digit has not appeared before$.$
  3. The set of strings of $0's$ and $1's$ such that there are two $0's$ separated by a number of positions that is a multiple of $4.$ Note that $0's$ is an allowable multiple of $4.$
edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
admin asked Apr 2, 2019
278 views
In the only-if portion of Theorem $2.12$ we omitted the proof by induction on $|w|$ that if $\delta_{D}(q_{0},w)=p$ then $\delta_{N}(q_{0},w)=\{p\}.$ Supply this proof.
0 votes
0 votes
1 answer
3
admin asked Apr 2, 2019
2,379 views
Convert the following NFA to a DFA and informally describe the language it accepts.
0 votes
0 votes
1 answer
4