Recent questions tagged dpda

0 votes
0 answers
1
2 votes
0 answers
3
0 votes
0 answers
5
0 votes
6 answers
7
0 votes
0 answers
10
0 votes
1 answer
11
What should be the approach to draw the DFA - "All strings that have exactly one double letter in them" on symbols {a,b}.
0 votes
1 answer
12
0 votes
2 answers
13
Among Deterministic pushdown automata and Non deterministic pushdown automata, which is more powerful and why ?
1 votes
0 answers
15
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
1 answer
18
4 votes
0 answers
19
3 votes
1 answer
21
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
1 answer
22
How can we show that { anbm, m>= n+2} is deterministic ?for eg for a4b6 or in general ?
0 votes
0 answers
24
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 ...
11 votes
1 answer
25
How to find DPDA’s that accept by null stack?Someone explain the prefix property for DPDA,How can we use this property?
3 votes
1 answer
26
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...
0 votes
0 answers
28
1 votes
1 answer
30
To see more, click for the full list of questions or popular tags.