

InterviewSolution
Saved Bookmarks
1. |
Which of the following is not an application of Pumping Lemma?(a) {0^i1^i|i>=0}(b) {0^ix|i>=0, x∈{0, 1}* and |x| |
Answer» RIGHT option is (d) NONE of the mentioned To elaborate: None of the mentioned are REGULAR language and are an application to the TECHNIQUE Pumping Lemma. Each one of the mentioned can be proved non regular using the steps in Pumping lemma. |
|