1,835 views

2 Answers

0 votes
0 votes

The language generated by (ab+)* will be that there will be no consecutive 'a'  in the string. Thus W not in language will be all the string which have 'aa' as substring. 

reshown by
0 votes
0 votes

I am assuming (ab+)* as Kleen closure on (a followed by star closure on b)

Related questions

205
views
1 answers
0 votes
rexritz asked Dec 16, 2023
205 views
Is the following language context free?$L=\left \{ a^ib^j\:|\: i\neq j\:and\:2i\neq j \right \}$
429
views
0 answers
1 votes
aaru14 asked Nov 13, 2017
429 views
L3= {wxw^R ; w belongs {a,b}+ , x does not belong {a,b}} is ??is x does not belong {a,b} then x will be ????
572
views
0 answers
2 votes
Prajwal Bhat asked Oct 24, 2017
572 views
How to prove shuffle ,perfect shuffle and Drop-out property of Regular languages ?
176
views
0 answers
0 votes
baofbuiafbi asked Nov 14, 2023
176 views
Is the following language decidable or not? If you deem it decidable, you need to give an algorithm and analyse its running time. If not decidable, you need to prove it. L = {M | M is a Turing machine and L(M) ∈ TIME(2^n)}