349 views
1 votes
1 votes

How to draw the diagram for language = {abxcmdx} accepted by non deterministic PDA?

2 Answers

Best answer
1 votes
1 votes
Language given by you is not CFL, therefore, you cannot draw PDA and NPDA for this language but yes you can construct a Turing machine for this language. Above Language is CSL.
selected by
2 votes
2 votes
You can't.This isn't context free.Intutively you require two comparisons but rigorous proof can be given by pumping lemma.

Related questions

0 votes
0 votes
2 answers
2
Alakhator asked Nov 11, 2018
894 views
Construct a PDA for set of strings over {a,b,c,d} such thatL={ a^i b^j c^k d^l / i=k or j=l , i,j,k,l >=1}
0 votes
0 votes
1 answer
3
Abhisek Tiwari 4 asked Nov 6, 2018
716 views
Consider Ldf set all languages accepted by DPDA by final state,Lef set of all languages accepted by DPDA by Empty stack ThenA)Ldf proper subset of Lef.B)Ldf = Lef.C)Lef ...