Back to the 2021 paper

Module 2: Context-free languages and pushdown automata

20217m

Construct a push-down automata that accepts the following language:

L={uawb:u and w{a,b} and u=w}L = \{uawb : u \text{ and } w \in \{a, b\}^* \text{ and } |u| = |w|\}

Similar questions