in Theory of Computation
177 views
0 votes
0 votes
Every CFL is decidable ? Why
in Theory of Computation
177 views

1 Answer

0 votes
0 votes
Every CFL has a PDA, so there is logic for all valid strings in that CFL (valid strings will reach final state). And there is also logic for invalid strings (they will halt at non final state, but they will definitely halt).

Hence its Decidable.