252 views

1 Answer

0 votes
0 votes
I am not sure, But I am gonna go with

D. Recursive.

L1,L2: CSL

L3: CFL

L=L1.L2-L3

= L1.L2 intersect L3'

=CSL.CSL intersect CFL'

=CSL.CSL intersect Recursive

= CSL.Recursive (not sure about this step)

=Recursive.

Related questions

0 votes
0 votes
4 answers
1
Deepalitrapti asked Jun 6, 2019
1,126 views
0 votes
0 votes
0 answers
2
Samujjal Das asked Nov 13, 2016
233 views
1 votes
1 votes
1 answer
3
Samujjal Das asked Nov 13, 2016
378 views
0 votes
0 votes
2 answers
4
Pratik.patil asked Oct 30, 2023
395 views
Which of the following regular expression represent the set of all the strings not containing $100$ as a substring ?$0^*(1^*0)^*$$0^*1010^*$$0^*1^*01^*$$0^*(10+1)^*$