Question: a)Construct a deterministic push down automaton that accepts the following language: {0 n 1 m / n m }. b)Find a context-free grammar that generates

a)Construct a deterministic push down automaton that accepts the following language:

{0n 1m/ n m }.

b)Find a context-free grammar that generates the language accepted by the PDA

P = ({q0,q1},{a,b},{A, Z0}, , q0,Z0,{q1} with the transitions: (q0, a, Z0) = {( q0, AZ0)} (q0, b, A) = {( q0, AA)} (q0, a, A) = {( q1 , )}

c) Is the following grammar ambiguous? Why? S aSbS | SbaS |

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!