Next: Exercise 2.
Up: Final-2003
Previous: Guidelines.
We consider the alphabet
= {a, b, c}.
For each of the following languages over
give a
deterministic automaton that recognizes this language
- L1 is the language consisting of all words over
except
the word w = ba.
- L2 is the language consisting of all words over
for which
the word w = ba is not a factor. This means that a word over
belongs to L2 if and only if it does not match the LEX regular
expression [a-c]*ba[a-c]*.
Answer 1

Next: Exercise 2.
Up: Final-2003
Previous: Guidelines.
Marc Moreno Maza
2004-12-02