InterviewSolution
Saved Bookmarks
| 1. |
Maximum number of states of a DFA converted from an NFA with nstates is?(a) n(b) n^2(c) 2n(d) None of the mentionedThis question was addressed to me in an interview for internship.My doubt is from Finite Automata in portion Finite Automata and Regular Expression of Compiler |
|
Answer» Right choice is (C) 2n |
|