2024-02-14 12:52:33
This commit is contained in:
8
UNB/Year 4/Semester 2/CS2333/2024-02-14.md
Normal file
8
UNB/Year 4/Semester 2/CS2333/2024-02-14.md
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user