recategorized by
5,194 views
32 votes
32 votes
State whether the following statements are TRUE or FALSE:

A minimal DFA that is equivalent to an NDFA with $n$ nodes has always $2^{n}$ states.
recategorized by

3 Answers

Best answer
35 votes
35 votes

No a minimal DFA that is equiavlent to an NDFA with $n$ nodes has always $2^n$ states.

Correct statement is A minimal DFA that is equivalent to an NDFA with $n$ nodes has atmost  $2^n$ states.

Example :

edited by
0 votes
0 votes
False, the minimal DFA can have states in range of n<= states<=2^n.In worst case it have 2^n states and in best case it have n states.
Answer:

Related questions

22 votes
22 votes
6 answers
1
makhdoom ghaya asked Nov 14, 2016
5,449 views
Give a regular expression over the alphabet $\{0, 1\}$ to denote the set of proper non-null substrings of the string $0110$.
14 votes
14 votes
2 answers
2
makhdoom ghaya asked Nov 9, 2016
3,932 views
State whether the following statements are TRUE or FALSE:The problem as to whether a Turing machine $M$ accepts input $w$ is undecidable.
14 votes
14 votes
4 answers
3
makhdoom ghaya asked Nov 9, 2016
3,549 views
State whether the following statement are TRUE or FALSE.$A$ is recursive if both $A$ and its complement are accepted by Turing machines.
21 votes
21 votes
4 answers
4
makhdoom ghaya asked Nov 9, 2016
3,350 views
State whether the following statements are TRUE or FALSE:The intersection of two CFL's is also a CFL.