554 views
0 votes
0 votes
A $PDA$ is called restricted if on any transition it can increase the height of the stack by at most one symbol.That is for any rule $\delta(q,a,Z)$ contains $(p,\gamma),$ it must be that $|\gamma|\leq 2.$ Show that if $P$ is a $PDA,$then there is a restricted $PDA$ $P_{3},$such that $L(P)=L(P_{3}).$

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
admin asked Apr 6, 2019
162 views
How that if $P$ is a $PDA,$ then there is a $PDA$ $P_{2}$ with only two stack symbols such that $L(P_{2}=L(P).$ Hint$:$ Binary-code the stack alphabet of $P$
0 votes
0 votes
0 answers
4
admin asked Apr 6, 2019
197 views
Let P be a PDA with empty-stack language $L=N(P),$ and suppose that $\in$ is not in $L.$Describe how you would modify $P,$ so that it accepts $L\cup \{\in\} $ by empty st...