0

I tried to solve this question,

We have this Language, L(g)={AA|A={0+1}*}

The output(Productions) must be similar as these = {(11 11), (0 0), (1101 1101), etc..} The left side equal to right side.. VT={1,0} The problem I used a lot of methods to solve this, like pumping lemma.

This question isn't easy, I hope someone could help.

a try: If we supposed that S->ASD|BSC|E, A->0, B->1, C->0, D->1 E : Empty S->BSC->BBSCC->BBADCC let's convert from non-treminal to treminal .. BBADCC->>110100 so this Grammar isn't accepted..

How do I make sure left side = right side>

Make sure This isn't duplicated question.

0 Answers0