retagged by
669 views
1 votes
1 votes
Consider the following input sequence $010101\dots$ ($01$ repeated one or more times).

The minimum number of states required in a DFA to accept the strings following the above pattern is _________.
retagged by

1 Answer

Best answer
6 votes
6 votes

The given sequence 010101...... represent (01)+.

It's minimized DFA will have 4 states.

Ans: 4 states.

selected by
Answer:

Related questions

540
views
1 answers
3 votes
Bikram asked Aug 12, 2017
540 views
Let L be the set of strings on $\Sigma = (0,1)$ such that $z$ belongs to $L$ if number of $0$' s in $z$ is divisible by $k. \ k \geq 2$ and ... in $z$ is odd. The number of states in the minimal DFA which accept the language $L$ is ______.
525
views
1 answers
1 votes
Bikram asked Aug 12, 2017
525 views
Consider the following transition table of DFA where $q3$ ... of states required to represent the same language with minimum number of states automata is _________.
663
views
3 answers
2 votes
Bikram asked Aug 12, 2017
663 views
Consider the following regular languages:$L_1$: Languages that accept strings over $\Sigma = \{a, b\}$, such that length of string is greater than $1$, but multiple of $3$ ... s_2 < s_3$s_1 = s_3 < s_2$s_1 < s_2 < s_3$s_1 < s_3 < s_2$
325
views
1 answers
1 votes
Bikram asked Aug 12, 2017
325 views
How many states does the Minimal Finite Automata that accepts all strings of $x$'s and $z$'s (where the number of $x$'s is at least $L$) contain?$L$ states$(L+1)$ states$(L+2)$ states$(L+3)$ states