Google Goes Funny Again! Falls Intentionally In Recursion

 Advertisements

Google never fails to entertain us. This time when you search for Recursion on Google, it keeps on running spell check and displays Did you mean: recursion again and again.

Recursion is the term usually used in Computer Science and this word generally means – to have a activity again and again, forever because the activity itself consist of same activity. It is like two mirrors facing each other and displaying infinite trail of opposite images.

In recursion, the objects are repeated for infinite times. The iteration runs forever. Google displays this quality when you search for recursion.

Google-recursion-repeat-23-07-2009 11-47-32

Despite of clicking on recursion from spell checker – Did you mean, Google will keep on displaying it. Though the spelling is right, Google keeps on telling it again and again.

Try – http://www.google.com/search?hl=en&q=recursion

[via Reddit]

Share This Page or

Related Articles:


Comments

7 Responses to “Google Goes Funny Again! Falls Intentionally In Recursion”
  1. abhishek says:

    Looks like Google has rectified this.

  2. not a fool says:

    this is a play on the meaning of recursion by google.

  3. Rob says:

    @Jameson – you’re stupid.

    Yay for Google :)

  4. keyboardr says:

    Recursion doesn’t necessarily go on forever. There is almost always a “base case” whereby the recursive function stops calling itself. For instance the factorial function can be defined as f(x) = x * f(x-1) [if x>1] f(1) = 1. A function that continues to go on forever becomes a problem, because it would never return anything. This usually happens when the base case is poorly done or it receives an input that never reaches the base case (in the previous example, 2.5 or -1 would cause this problem)

Trackbacks

What others are saying about this post...



Gtricks is updated regularly with useful articles
Get your free email newsletter by subscribing

Facebook Google Twitter Delicious RSS
count   




ABOUT THE AUTHOR

Abhishek Mandloi is a professional blogger, software engineer and founder of this wildly admired blog - Gtricks.com (read more…)


SEARCH