Draw a non-deterministic PDA for the following CFG.?

MehboobAlam

New member
Joined
Jan 26, 2009
Messages
1
Reaction score
0
Points
1
Draw a non-deterministic PDA for the following CFG.
S-> bS | aY
Y -> aY | bZ
Z -> aY | bS | ^
 
Back
Top