in Theory of Computation edited by
937 views
3 votes
3 votes

The logic of pumping lemma is a good example of

  1. the pigeon-hole principle
  2. the divide and conquer technique
  3. recursion
  4. iteration
in Theory of Computation edited by
by
937 views

1 comment

option A. you can follow the link below for detailed answer
0
0

2 Answers

0 votes
0 votes

Option (A) pigeon – hole principle

https://gateoverflow.in/166395/ugcnet-nov2017-iii-19

by
0 votes
0 votes

A

Explanation: pigeon hole principle states that, if we have n objects & m boxes s.t. #objects > #boxes & we are required to put ever object in a box, then at least 1 box will contain more than 2 objects.

this same principle applies for pumping lemma in a bit different form.

if a string of length n need to be accepted by a FA then it require at least n+1 states. Now if this string have some part repeating then we may have to apply loop on at least 1 state. 

Answer:

Related questions