1,674 views
1 votes
1 votes
How many states will the pda for a^n b^n c^m d^m have??

I know it can be drawn using 5 states as given everywhere. But i think it can be drawn using 4 states also.

can anyone tell??

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
2
Alakhator asked Nov 11, 2018
897 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
717 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 ...