Back to the 2019 paper

Module 2: Context-free languages and pushdown automata

20197m

Consider the following language:
L={amb2nc3ndpp>m and m,n1}L = \{a^m b^{2n} c^{3n} d^p \mid p > m \text{ and } m, n \ge 1\}

Write a context-free grammar to generate LL and write shortest string in LL.

Similar questions