DFA to PDA conversion

iBiryukov picture iBiryukov · Mar 13, 2011 · Viewed 10.5k times · Source

I am looking for an algorithm to convert a Deterministic Finite Automata to Push Down Automata.

Any help appreciated.

Thanks!

Answer

Austin picture Austin · May 19, 2011

The PDA version of DFA would look the same except each state transition also pushes nothing on the stack and pops nothing off the stack.