InterviewSolution
Saved Bookmarks
| 1. |
The Tuples for NDFA is ___________(a) ∑, Q, q0, F, δ(b) Q, q0, F, δ(c) Θ, Q, q0, F,δ(d) F, Q, Δ, q0, δThis question was addressed to me during an interview.I need to ask this question from Non-Deterministic Finite Automata in section Finite Automata and Regular Expression of Compiler |
|
Answer» Correct ANSWER is (a) ∑, Q, q0, F, δ |
|