441 views
1 votes
1 votes
Which of the following is not context free?

$I) L_{1}=\left \{ a^{i}b^{j}c^{k} |i,j,k\geq 0,i<j<k \right \}$

$I) L_{2}=\left \{ a^{i}b^{j}c^{k} |i,j,k\geq 0, j=max\left ( i,k \right )\right \}$

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
2
practicalmetal asked Mar 20, 2023
370 views
The complement of the languages:i) {ww | w in (0+1)*}ii) {$a^n b^nc^n$ | n>1} area) Context Free b) Not Context Free c)are DCFL’s d)None
0 votes
0 votes
1 answer
3
swami_9 asked Jul 16, 2022
544 views
Why the complement of a CFL is CSL?
1 votes
1 votes
1 answer
4
Abhipsa asked Jan 22, 2019
287 views
Is this a deterministic context free language (DCFL) ? $a^{k}$ | k is evenThanks!