retagged by
353 views

1 Answer

1 votes
1 votes

L = {abck | i = j = k or i > 1000}

Lets divide this into 2 languages

L1 = {abck | i = j = k} and L2 = {abck | i > 1000}

Now clearly Lis CSL and L2 is regular.

$\therefore$ L = L1 $\cup$ L, which will again be a CSL.

Related questions

0 votes
0 votes
1 answer
1
Ravi_1511 asked Nov 8, 2016
630 views
An NFA has 11 states of which 5 are final .If we convert this NFA into DFA atmost how many states can be final states ?
0 votes
0 votes
1 answer
2
Ravi_1511 asked Nov 8, 2016
283 views
True or false1. b*a* intersection a*b* = a* union b*2. If L is regular, the minimum state DFA for both L and ~L(complement) have same number of states.
0 votes
0 votes
2 answers
3
anupamsworld asked Aug 29, 2022
609 views
Which of the following is/are Regular?A] $\left \{ XWYW^{R} \space\ | \space\ W,X,Y \in \left \{ a,b \right \}^{+} \right \}$B] $\left \{ WXW^{R}Y \space\ | \space\ W,X,Y...
0 votes
0 votes
1 answer
4