452 views
0 votes
0 votes

DPDA with empty stack accepts languages which satisfies prefix property.

{a,aa,aaa} - This can be accepted by pda with empty stack as well as pda with final state as pda with empty stack and final state have same power, but this won't be accepted by DPDA with empty stack.

Every string has prefix epsilon right?

so for L={anbn , n$\geq 0$}as epsilon is a prefix for every string we can't draw a DPDA with empty stack right? as the language is not following prefix property.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
prasoon054 asked Dec 7, 2023
183 views
Is countable sets part of GATE CS 2024 syllabus?
3 votes
3 votes
2 answers
2
1 votes
1 votes
1 answer
3