Determining if language is context free

378 Views Asked by At

Is {xayb : x,y in {a,b}* and |x|=|y|} a context free language? My natural instinct would be to say that the answer is no, but can someone show me how to prove this?

1

There are 1 best solutions below

8
On BEST ANSWER

It is context free; $|x| = |y|$ is not a very stringent requirement.