NPDA for accepting the language L = {anbm | n,m ⥠1 and n â m}
Make sure you're familiar with the basics of Pushdown Automata before tackling this problem! ProblemDesign a non deterministic PDA for accepting the language L={an bm | m, n>=1 and m â n } i.e., L = {aab, abb, aaab, abbb, aaaab, aaabb, aabbb, abbbb ......} In each of the string, the number of aâs