Recent questions tagged pushdown-automata

0 votes
0 answers
91
0 votes
0 answers
94
Consider the following PDA:The language accepted by the given PDA is: L = {(b^n a b^n a )^m | m, n >= 0} L = {b^n a b^n a | n >= 0} {bn | n >= 0} L = {b^n a b^n a | n >= ...
0 votes
0 answers
95
0 votes
0 answers
98
0 votes
1 answer
99
0 votes
2 answers
100
Among Deterministic pushdown automata and Non deterministic pushdown automata, which is more powerful and why ?
0 votes
0 answers
101
The complement of the language L containing an equal number of a's , b's and c's isa)regularb)context freec)context sensitive but not context freed)recursive and not a CF...
0 votes
0 answers
105
Is it required to initialize stack symbol in PDA?If yes then does this PDA have valid transitions?
0 votes
1 answer
107
L={ai bj | i ≠ 2j+1}please give PDA for this language
0 votes
0 answers
109
Consider following PDA WHICH OF FOLLOWING IS TRUE ABOUT LANGUAGE ACCEPTED BY IT ?A. Regular but infiniteB. Regular but finiteC. DCFL but not regularD. CFL but not DCFL
0 votes
0 answers
111
1 votes
1 answer
112
what is the DPDA for L=$a^{2n+1}b^n$ | n>1
0 votes
0 answers
113
L=$a^mb^n$ | m!=nis the following DPDA correct for the mentioned language?
0 votes
0 answers
114
0 votes
1 answer
115
1 votes
0 answers
116
Is this approach of acceptance by empty stack correct ?I am confused because i have read that acceptance by empty stack may not be able to accept all regular languages.
0 votes
3 answers
118
0 votes
0 answers
119
Please can anyone explain the PDA for reverse of a string via a transition graph
4 votes
2 answers
120
$\left \{ a^{m+n}b^{m+n}c^{n}|m,n\geq 1 \right \}$$\left \{ a^{m+n}b^{m+n}c^{k} |m,n,k\geq 1\right \}$$\left \{ a^{m+n}b^{m+k}c^{n+k} |m,n,k\geq 1\right \}$Which one DCFL...