InterviewSolution
Saved Bookmarks
| 1. |
Given a NFA with N states, the maximum number of states in an equivalent minimized DFA is at least.(a) N^2(b) 2^N(c) 2N(d) N!This question was addressed to me during an online exam.My question is taken from Finite Automata and Regular Expressions topic in division Compiler Introduction of Compiler |
|
Answer» Right choice is (b) 2^N |
|