2,043 views
1 votes
1 votes
The minimum number of states required to construct a DFA that recognizes the language of string that recognizes the language of string over alphabet {0,1} whose 10th symbol from the right end is 1 is ____________

1 Answer

0 votes
0 votes

it cannot be minimized below 210 because its goal is to remember sequence of all those possible 10 bits so for remembering those 10 bits we need 210 states

Related questions

0 votes
0 votes
1 answer
1
Unnati Singh asked 2 days ago
48 views
Design a DFA to recognize all strings over {a,b} such that L={awa : w ϵ {a,b}* }.
0 votes
0 votes
2 answers
2
Unnati Singh asked 2 days ago
48 views
Construct a DFA with minimum number of states, accepting all strings over {a, b} such that the number of a’s is divisible by three and the number of b’s is divisible ...
0 votes
0 votes
0 answers
3
rdrd44 asked 6 days ago
62 views
Design a DFA (Deterministic Finite Automaton) that recognizes the language L defined follows: L= {w - {a, b}* | every a in w is immediately followed by bb}