2,448 views

2 Answers

Best answer
2 votes
2 votes

Simply consider Realtime DPDA means DPDA which doesn’t have epsilon moves! Hence we cannot push or pop without having any symbol. 

Hence it is less powerful than normalDPDA.

and acceptance by empty stack in DPDA(either realtime or normal) sometimes doesn’t follows prefix property hence it is less powerful than final state acceptance. 

Hence order is

Realtime DPDA with Empty state < RT DPDA with final state < DPDA with empty state < DPDA with final state < NPDA

selected by
0 votes
0 votes
real time DPDA with null<real time DPDA WITH FINAL<DPDA with NULl<DPDA with final<NPDA

Related questions

3 votes
3 votes
1 answer
1
ankitgupta.1729 asked Mar 3, 2018
704 views
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 votes
1 answer
2
Abhisek Tiwari 4 asked Nov 6, 2018
715 views
Consider Ldf set all languages accepted by DPDA by final state,Lef set of all languages accepted by DPDA by Empty stack ThenA)Ldf proper subset of Lef.B)Ldf = Lef.C)Lef ...
0 votes
0 votes
2 answers
3
Shamim Ahmed asked Oct 25, 2018
1,170 views
Among Deterministic pushdown automata and Non deterministic pushdown automata, which is more powerful and why ?
0 votes
0 votes
0 answers
4