what is the minimum pumping length of the language $\{1011\}$

1.9k Views Asked by At

the language $\{1011\}$ can't be pumped because there is no way we can apply the pumping lemma on it and get something in the language. What would be the pumping length?

1

There are 1 best solutions below

5
On

Pumping length 5. There aren't any strings of length greater than or equal to 5 in $\{1011\}$, so the condition for the pumping lemma is vacuously true.