Close
Register
Close Window

CSC303: Theory of Computation

Chapter 3 Finite Acceptors

Show Source |    | About   «  3.1. DFA: Deterministic Finite Acceptor   ::   Contents   ::   3.3. NFA: Non-Deterministic Finite Automata  »

3.2. DFA exercises

3.2.1. DFA exercises





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.1. DFA: Deterministic Finite Acceptor   ::   Contents   ::   3.3. NFA: Non-Deterministic Finite Automata  »

nsf
Close Window