1 1 vote Consider the problem of determining whether a $PDA$ accepts some string of the form $\{ww \mid w \in \{0,1\}^{\ast} \}$ . Use the computation history method to show that this problem is undecidable. Theory of Computation michael-sipser theory-of-computation pushdown-automata decidability proof + – admin 1.1k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
1 1 vote Language acceptance by CFL is undecidable. As easy as that. Only membership, emptiness and finiteness only decidable. shashankrustagi answered Dec 10, 2020 shashankrustagi comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes let’s assume w= 01 for ww, it will be 0101 Since the first and the last symbol is different.Hence, the problem is undecidable Anshu Rathore answered Jan 18, 2021 Anshu Rathore comment Share Follow 0 reply Please log in or register to add a comment.