in Theory of Computation
485 views
0 votes
0 votes
A useless state in a pushdown automaton is never entered on any input string. Consider the problem of determining whether a pushdown automaton has any useless states. Formulate this problem as a language and show that it is decidable.
in Theory of Computation
by
485 views

1 comment

Wouldn't a simple directed graph representation of the states of the PDA along with the transitions, and a DFS/BFS on that be sufficient?
0
0

Please log in or register to answer this question.

Related questions