Notes/UNB/Year 4/Semester 2/CS2333/2024-02-14.md
2024-02-14 12:52:33 -04:00

426 B

Lecture Topic: Proofs

For any DFA, we already have an NFA, it just not happen to use any characteristics of NFAs like epsilon transitions or more/less than 1 transition per symbol per state

Suppose we have an NFA N that accepts language L We can construct a DFA D that accepts the same language

  • The DFA keeps track of all the possible states the NFA could be in after seeing any sequence of input symbols Example in slides