GATE | GATE-CS-2014-(Set-3) | Question 46

Here, wr is the reverse of the string w. Which of these languages are deterministic Context-free languages?
(A)
None of the languages
(B)
Only L1
(C)
Only L1 and L2
(D)
All the three languages
Answer: (C)
Explanation:
For L1 and L2 we can design Deterministic Pushdown automata, so both are DCFL.
But for L3, it is not possible to design deterministic PDA, because DPDA cannot determine where \’w\’ ends exactly so it could start popping symbols (for wr ) from the stack.
Therefore, option (C) is Correct.
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...