633 views
0 votes
0 votes


//  pda accept the string in 2 -ways.either by final state or empty stack.

my doubt is in the diagram at state q1 is for every 'a' it pops one 'b'.when no of 'b' are equall it accept or not.

and what is the language accepted by above PDA?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
2 answers
2
Pronomita Dey 1 asked Nov 1, 2017
512 views
Why is the following language not acceptable by a PDA ?L3 = { anbncn | n >= 0 }
0 votes
0 votes
0 answers
3
radha gogia asked Dec 14, 2015
520 views
I have gone through this link already but still couldn't catch up the logic , so please clarify what is it trying to convey ? http://cs.stackexchange.com/questions/44195/...
0 votes
0 votes
0 answers
4
Hemanth_13 asked Dec 25, 2018
377 views
$L= {WW^RX| W,X=(a+b)^+}$ My question was why can’t this be regular??Consider below regular expression $aa(a+b)^+ + ab(a+b)^+ +ba(a+b)^+ + bb(a+b)^+$==>$(aa+ab+ba+bb)(...