recategorized by
662 views
1 votes
1 votes
Minimum number of states in a deterministic Finite automata that accepts the given language is ______
$L = \{ w \mid w \text{ is any string not in } a^*b^* \}$
recategorized by

1 Answer

0 votes
0 votes
$L = \{ w \mid w \text{ is any string not in } a^*b^* \}$
$L'=\Sigma^* -L$
$L' = \{ w \mid w \text{ is any string in } a^*b^* \}$
DFA that accepts $L$ is
Applied Course 2019 Mock1-44
Number of states are $3$.
DFA for the given Language $L$ is
Applied Course 2019 Mock1-44
Minimum number of states are $3$.
Answer:

Related questions

1 votes
1 votes
1 answer
2
Applied Course asked Jan 16, 2019
725 views
$\begin{array}{l} A = 2000 \\ B = A - 999 \\ C = A + B - 998 \\ D = A + B + C - 997 \\ \vdots \\ \vdots \\ Z = A + B + C + \dots + Y - 975 \end{array}$How much $\frac{Z+1...
1 votes
1 votes
0 answers
3
Applied Course asked Jan 16, 2019
1,002 views
What is the maximum number of activation records inserted into stack while converting following infix expression to postfix expression is Infix expression: $\text{7+5*3^2...