266 views

1 Answer

0 votes
0 votes
Since whatever the input, the npda remains in final state, this state accepts all input, but for n(p), i can easily create a rule like

(q,a,Z)->(q,z)

(q,b,Z)->(q,θ)

Now n(p) only accepts string ending with b.

So answer should be A

Related questions

1 votes
1 votes
1 answer
1
LRU asked Oct 3, 2021
290 views
The language accepted by the given PDA is
1 votes
1 votes
2 answers
2
himgta asked Jul 10, 2018
280 views
Q. {al bm cn | l ≠ m or m ≠ n} construct a PDA for this language?
0 votes
0 votes
0 answers
3
raj_uddeshya157 asked Dec 27, 2023
84 views
Can $\Sigma^{*}$ be called DCFL? If yes, what would the state transition diagram of its PDA look like?
1 votes
1 votes
1 answer
4