706 views

1 Answer

0 votes
0 votes

DFA and NFA both have same powers but Non-Deterministic Pushdown Machine is more powerful than Deterministic Pushdown Machine.

For Example -

you cannot make Deterministic Pushdown Machine for this string - $W$$W^{T}$ , you can only create Deterministic Pushdown Machine for this string - $W\#W^{T}$

But you can make Non-Deterministic Pushdown Machine for this string - $W$$W^{T}$

Related questions

1 votes
1 votes
2 answers
1
Durgesh Singh asked Dec 10, 2017
2,492 views
Realtime DPDA with Null Store,Real time DPDA with final state, DPDA with NULL store,DPDA with final state, NPDA
0 votes
0 votes
2 answers
2
Shamim Ahmed asked Oct 25, 2018
1,181 views
Among Deterministic pushdown automata and Non deterministic pushdown automata, which is more powerful and why ?
0 votes
0 votes
0 answers
3
0 votes
0 votes
1 answer
4
sumitr asked Apr 23, 2018
496 views