Tagged Questions
2
votes
3answers
786 views
How do I design the transition functions for this pushdown automaton?
I'm studying for a test on PDA, and I want to know how to design a pushdown automaton that recognizes the following language:
L = {a^max(0,n-m)b^n a^m| n,m >=0}
How can I design a transition ...