Is it possible to construct a DFA that accepts the language of the empty set?

2.1k Views Asked by At

enter image description hereConstruct a DFA that accepts the language of the empty set. The alphabet is 0 and 1. I think it is just one state with no accept states and one arrow with both inputs.