Does anyone understand this problem?
If I have a DFA M = ({q0}, {a,b1}, delta, q0, {q0}) where:
q0 => go "a,b" to q0
What language will be recognized by the automaton?
Does anyone understand this problem?
{a,b}* if you meant your alphabet to be{a,b,1}
still {a,b}* - you got 1 state which is a receiving state and you always stay there.
There are currently 1 users browsing this thread. (0 members and 1 guests)