Understand Recursion With Google !

As all of us know, Google is using “Did you mean” feature that can normally correct your misspellings for defining the word “recursion” using “see recursion” and pointing to the same definition.
A recursive process is one in which objects are defined in terms of other objects of the same type. Using some sort of recurrence relation, the entire class of objects can then be built up from a few initial values and a small number of rules.

Click to search Google in reverse order

GoogleRecursionExplanation

The Fibonacci numbers are most commonly defined recursively. Care, however, must be taken to avoid self-recursion, in which an object is defined in terms of itself, leading to an infinite nesting.

[ Source ]



Thank you for reading this post. You can now Read Comment (1) or Leave A Trackback.

One Response to “Understand Recursion With Google !


Subscribe without commenting


Leave a Reply

Note: Any comments are permitted only because the site owner is letting you post, and any comments will be removed for any reason at the absolute discretion of the site owner.

CommentLuv Enabled