Re: Any solution to this problem?



Burt Price wrote:
A PDA for for the language: {(a^n)(b^2n)} with only 2 states.


Try to transform the grammar G=({S},{a,b},P,S)
with  S -> \eps | abb | aSbb
into a PDA and you will get a PDA having only
1 state.


mf .