

InterviewSolution
Saved Bookmarks
1. |
What is the pumping length of string of length x?(a) x+1(b) x(c) x-1(d) x2This question was addressed to me during an online interview.This interesting question is from Pumping Lemma for Context Free Language in division Properties of Context Free Languages of Automata Theory |
Answer» Correct option is (a) x+1 |
|