1,482 views
0 votes
0 votes
build an fa that accepts language of all strings of length 4 or more such that  next to last (second last) letter is equal to the second letter of input string

1 Answer

0 votes
0 votes
The language is infinite and backtracking is not possible in DFA we can't construct a Finite automata for this language.

Related questions

1 votes
1 votes
0 answers
1
hashir inayat asked Jul 17, 2017
966 views
Suppose a particular FA, called FIN, has the property that it had only one final state that was not the start state. During the night, vandals come and switch the + sign ...
3 votes
3 votes
6 answers
2
jaiganeshcse94 asked Jul 27, 2016
5,016 views
A minimal DFA diagram for the language A = {w| w contains at least one 1 and an even number of 0s follow the last 1}?
1 votes
1 votes
0 answers
3
hashir inayat asked Jul 20, 2017
809 views
Build an DFA that accepts a and b as an input and contain words that does not begin and end with double letters.
0 votes
0 votes
1 answer
4
Jeevesh asked Nov 12, 2018
1,007 views
What should be the approach to draw the DFA - "All strings that have exactly one double letter in them" on symbols {a,b}.