CMPT 364 — Assignment #5 XXXXXXXXXXT2 Due: Wednesday April 8, 2020 at 10:00pm 1. Create a PDA accepting the following languages: (a) {w | no prefix of w has more 1’s than 0’s}, (b) {vwvR | w, v ∈ {0,...

1 answer below »
See the attachment


CMPT 364 — Assignment #5 2019-2020 T2 Due: Wednesday April 8, 2020 at 10:00pm 1. Create a PDA accepting the following languages: (a) {w | no prefix of w has more 1’s than 0’s}, (b) {vwvR | w, v ∈ {0, 1}∗}. 2. Consider the context-free grammar G = ({S, T}, {a, b, c}, P, S), where • S → aScc | T , • T → bTcc | �. (a) Describe the language this generates? (b) Convert it to a PDA accepting the same language. 3. Prove that {aibncj | 0 ≤ i ≤ n, 0 ≤ j ≤ n} is not context-free. 4. Prove that {a1ba2b · · · aib | i > 0} is not context-free. 1
Answered Same DayApr 05, 2021

Answer To: CMPT 364 — Assignment #5 XXXXXXXXXXT2 Due: Wednesday April 8, 2020 at 10:00pm 1. Create a PDA...

Arun Shankar answered on Apr 17 2021
132 Votes
1. (a) Push down automaton:
(b) Push down automaton:
2. (a) The language is the set of strings
of the form a​m​b​n​c​2m+2n​, m,n ≥ 0
(b) Push down automaton:
3. Proof is using the pumping lemma for CFLs. Assume, for the purpose of contradiction
that L is context free. Let p be the pumping length for L that is guaranteed to exist by
the pumping lemma for context free languages such...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here