retagged by
6,850 views

2 Answers

Best answer
13 votes
13 votes
L1 is well known Non Regular i.e. (00)^n(11)^n. (Since there is no common character in "00" and "11" we need to keep count of both which is not possible with a finite automata as count can be infinite).

L2 is regular and its regular Expression like 0(0+1)*0 + 1(1+0)*1 + 1 + 0 +epsilon.
selected by
0 votes
0 votes
this prob is solved before .

ans will be d)

L2 can be considered as all of the stings start and with same elements (0 or 1  )

Related questions

253
views
0 answers
0 votes
M_Umair_Khan42900 asked Dec 29, 2022
253 views
For each of the following language, if the language is regular, write down the corresponding regular expression. Else, prove that the language is not regular.a) ( ... 9) with characters in sorted orders.c) The set of all even binary numbers
1.4k
views
1 answers
1 votes
sachin_27 asked Jun 1, 2022
1,446 views
identify language is regular or not L={wcw^r | w,c belongs to E*} E={a,b}if yes then why please explain
696
views
2 answers
0 votes
iarnav asked Dec 22, 2018
696 views
WXW^R where W,X belongs to (0,1)*W^R is reverse of a string!
240
views
0 answers
0 votes
csenoob asked Dec 8, 2018
240 views
Hello,I've encountered with a difficult question i don't know how to solve. the question is about proving that a language is regular based on two ... and would appreciate help with it.thank you very much your much appreciated help!