Recent questions tagged minimal-state-automata

0 votes
2 answers
62
1 votes
2 answers
63
The minimum number of state in the DFA for the language $L = \{ w \mid (n_a(w)+2n_b(w))mod \hspace{0.1cm} 3<2 \} $ is
0 votes
2 answers
65
The minimum number of state in the DFA for the language $L = \{ w \mid w \in \{a,b\}^* \text{ w has exactly two a's and at least two b's} \}$ is $9$$10$$16$None
1 votes
1 answer
67
Ques:- What are the number of final states in minimal DFA, where ∑= {a, b}, if every string starts with “aa” and length of the string is not congruent to 0 (mod 4)....
1 votes
1 answer
69
1 votes
0 answers
70
Is minimization of Finite State Machine(FSM) based on Dynamic Programming(DP) paradigm ? If yes , then what should be the optimal substructure and overlapping subproblems...
24 votes
2 answers
71
0 votes
1 answer
72
Minimum states if L is Language that accepts (a+b)* (aaa+aab) are ____My ans : 4 states given ans : 5 states
2 votes
0 answers
74
Consider the following grammar:$S\rightarrow aA|bB$$A\rightarrow aA|bB$$B\rightarrow bB|ϵ$Then the number of states in a minimal D.F.A of the above grammar is __________...
2 votes
1 answer
75
The minimum no of states required to construct a DFA accepting the language of binary strings which contain an equal no of (01) and (10) is
0 votes
0 answers
77
0 votes
0 answers
78
No of states in Min DFA, that accepts (1)* over {0,1} alphabets is1 states2 statesNone of these
2 votes
2 answers
80
What is the min no. of states required in DFA which accepts all strings starting with 1 and whose decimal value is divisible by 7?
2 votes
1 answer
82
5 votes
2 answers
86
1 votes
0 answers
87
Given : DFA.Minimum number of states required to construct an equivalent NFA isa)2b)3c)4d)6PS: how can we minimize if initial and final states of DFAare not given ?
5 votes
3 answers
88
1 votes
1 answer
89
0 votes
4 answers
90