Recent questions tagged pushdown-automata

2 votes
3 answers
152
Can someone explain what's this prefix property, there's no proper explanation on google and may you please explain with taking some examples. Thanks.
0 votes
2 answers
153
$L=\{a^nb^n\mid n≥0\}$ Kindly draw a PDA for this, I'm confused, how to deal with epsilon string?
0 votes
1 answer
155
construct a pda fora^mb^n such that m=2n+1?
1 votes
3 answers
156
we know that PDA = FA+1stack so why we use the stack data structure in PDA, we have much more data structure like linked liste,queue, array or tree/hashing???
2 votes
0 answers
157
1 votes
1 answer
158
1 votes
0 answers
159
which PDA is more Powerful Deterministic or Non Deterministic and why?
1 votes
1 answer
162
Design PDA for i) L={a^n b^m c^n|m,n>=1}ii) L={a^m b^n c^p|m+n=p}iii) L={a^i b^i c^j|i,j=1}iv) L={a^i b^j c^j|i,j>=1}I have made an attempt to draw pda Please can someone...
1 votes
1 answer
163
True/False1. In PDA, if Final state = phi(empty) ,then language accepted =phi.2. In PDA, if Final state != phi(empty) ,then PDA will always accept at least one string..
0 votes
2 answers
169
Can we make NPDA? L= {anbn| n>=0,a,b are input variables}if yes then make it .
1 votes
0 answers
170
How can a DTM can simulate a NTM, but a DPDA can not simulate a NPDA. ? Reason?I read the proedure for a DTM to simulate a NTM but can not get why its not so with pda. A...
12 votes
1 answer
173
Design a context free grammar for the language consisting of all strings over $\mathbf{\{a,b\}}$ that are not the form $\mathbf{ww}$ for any string $\mathbf{w}$
1 votes
1 answer
174
Plz describe your ans too
1 votes
1 answer
175
How to interpret the transitions? I interpreted as L={a*}
1 votes
1 answer
177
2 votes
1 answer
179
Either I dont understand PDA at all or this question is wrong or I am missing something very basic:
0 votes
1 answer
180