Back to the 2022 paper

Module 2: Context-Free Languages (CFL) and PDA

20227m

Show whether the given grammar is ambiguous:

SaabSbaAbAbSaAAb S \to a \mid abSb \mid aAb \\ A \to bS \mid aAAb

Similar questions