in Theory of Computation
4,336 views
2 votes
2 votes
Which one is more powerful Deterministic push down automata or Non Deterministic push down automata ?
in Theory of Computation
by
4.3k views

3 Answers

7 votes
7 votes
Best answer
NPDA(Non Deterministic Push Down Automata) is more powerful than DPDA(Deterministic Push Down Automata).

for eg: There are languages for which we can make NPDA but DPDA can not be possible...

L = { WW^r   | W belongs to (a + b)^(+) }
selected by
4 votes
4 votes
expressive power of DPDA < expressive power of NPDA

ie. language accpeted by deterministic PDA is greater then Non deterministic PDA

therefore NPDA is more powerful then DPDA

1 comment

is it right language accepted by pda is more than npda?
0
0
2 votes
2 votes
non deterministic push down automata is more powerfull

Related questions