

InterviewSolution
Saved Bookmarks
1. |
The behaviour of NFA can be simulated using DFA.(a) always(b) never(c) sometimes(d) none of the mentionedThe question was asked in my homework.The doubt is from Conversion by Eliminating states in portion Regular Expressions and Languages of Automata Theory |
Answer» RIGHT choice is (a) always Explanation: For EVERY NFA, there exists an EQUIVALENT DFA and vice VERSA. |
|