InterviewSolution
Saved Bookmarks
| 1. |
Consider 2 scenarios:C1: For DFA (ϕ, Ʃ, δ, qo, F), if F = ϕ, then L = Ʃ*C2: For NFA (ϕ, Ʃ, δ, qo, F), if F = ϕ, then L = Ʃ*Where F = Final states setϕ = Total states setChoose the correct option ?(A) Both are true(B) Both are False(C) C1 is true, C2 is false(D) C1 is false, C2 is true |
| Answer» | |