

InterviewSolution
Saved Bookmarks
1. |
Which of the expressions correctly is an requirement of the pumping lemma for the context free languages?(a) uv^nwx^ny(b) uv^nw^nx^ny(c) uv^2nwx^2ny(d) All of the mentionedI had been asked this question in an interview for job.This interesting question is from Pumping Lemma for Context Free Language in division Properties of Context Free Languages of Automata Theory |
Answer» Correct ANSWER is (b) uv^nw^nx^ny |
|