

InterviewSolution
Saved Bookmarks
1. |
Which of the following gives a positive result to the pumping lemma restrictions and requirements?(a) {a^ib^ic^i|i>=0}(b) {0^i1^i|i>=0}(c) {ss|s∈{a,b}*}(d) None of the mentionedI got this question in my homework.Enquiry is from Pumping Lemma for Context Free Language in division Properties of Context Free Languages of Automata Theory |
Answer» The correct choice is (b) {0^i1^i|i>=0} |
|