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

   Get Free Updates for Google Tricks by Email   

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...


Tell us what you're thinking...

Incoming search terms for the article:
funny google tricks, google recursion, recursion google, google funny tricks, fun google tricks, did you mean google trick, google tricks funny, google tricks recursion, recursion in google, recursion google trick, very funny google tricks, recursion on google, recursion tricks, recursive spell check, google tricks play easter eggs, trick with google where google falls, google maps recursive, fun google searches recursive, funny google maps tricks, funny google related searches
Subscribe Us    Feed Count

Gtricks is updated regularly with useful articles and inspiration for Google fans.