Tagged Questions
2
votes
3answers
776 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 ...
0
votes
1answer
209 views
Program to convert context free language to push down automata?
I can't find any applet or program online to convert a context free language into a push down automata ..any help would be greatly appreciated.
Regards!