Recent questions tagged pushdown-automata

1 votes
0 answers
121
Why only stack data structure is used for implementing pushdown automata(pda) why not others ???
0 votes
1 answer
122
$a^i b^j / i$ should not be equal to $2j+1$give PDA for this language
3 votes
1 answer
126
Which is more powerful :- 2-way Non-Deterministic Pushdown Machine(NDPDM) or 2-way Deterministic Pushdown Machine(DPDM) ? (or) Do both machine models have the same power ...
0 votes
0 answers
128
I'm getting its equaltion {anbn | n 0} U {a} U {b}But given is {anbn | n >= 0} U {a} U {b}Whether epsilon is accepted or not??
1 votes
2 answers
130
$L1 = \bigl\{a^mb^nc^pd^q \mid m+q = n+p \bigr\}$$L2 = \bigl\{a^mb^nc^pd^q \mid m+p = n+q \bigr\}$1. L1 is DCFL, L2 is not2. L2 is DCFL, L1 is not3. Both are not DCFL...
0 votes
1 answer
131
0 votes
0 answers
133
Consider the following statement:S: Set of languages accepted by DPDA by empty stack contain only those DCFL’s with prefix property.Please explain as why this sentence ...
0 votes
0 answers
135
1 votes
3 answers
142
0 votes
1 answer
143
1)What is the main difference while drawing the PDA of {an bn | n>=0 } and {an bn | n>=1} ?2)How does PDA changes when we have 0 in it as a constraint .3)For all other c...
1 votes
1 answer
144
In the below diagram which solution is correct and why ?
0 votes
0 answers
145
3 votes
1 answer
146
1) Can a Deterministic PDA has two epsilon transition each reading different Stack symbol to perform a transition?2) Can a transition be performed without reading Stack s...
1 votes
3 answers
148
0 votes
0 answers
150