1,107 views
1 votes
1 votes
No of State for minimal DFA for empty language ?

If your answer is 1 or 2 then please explain to support your answer

2 Answers

Best answer
2 votes
2 votes

Only one state is required. And it will be the starting state, all transitions go from this state to itself. And there will be no final state.

selected by
2 votes
2 votes

One non-final state, which will also act as start state and transitions of that state from the specified input symbols to itself.

Related questions

0 votes
0 votes
0 answers
1
RahulVerma3 asked Apr 2
46 views
Is this the correct Turing machine for the language $0^n 1^n0^n$?assuming $ at the end and begining of the input tape
0 votes
0 votes
0 answers
3
baofbuiafbi asked Nov 14, 2023
156 views
Prove the language L={(G,H)|G is a CFG, H is a DFA, and L(G)∩L(H)=∅} is undecidable.