Close
Register
Close Window

CS4114 Formal Languages and Automata

Chapter 3 Finite Acceptors

Show Source |    | About   «  3.7. More NFA exercises   ::   Contents   ::   3.9. Minimizing the Number of States in a DFA  »

3.8. DFA Complement Exercise

3.8.1. DFA Complement Exercise

HINT: If DFA \(M\) accepts language \(L\), the we can create a machine to accept the complement of \(L\) by reversing the final and non-final states of \(M\). However, that only works on a complete DFA, meaning that we have to take into account the trap state.

   «  3.7. More NFA exercises   ::   Contents   ::   3.9. Minimizing the Number of States in a DFA  »

nsf
Close Window