Recursion
Process of repeating items in a self-similar way / From Wikipedia, the free encyclopedia
Dear Wikiwand AI, let's keep it short by simply answering these key questions:
Can you list the top facts and stats about Recursion?
Summarize this article for a 10 years old
SHOW ALL QUESTIONS
Recursion occurs when the definition of a concept or process depends on a simpler version of itself.[1] Recursion is used in a variety of disciplines ranging from linguistics to logic. The most common application of recursion is in mathematics and computer science, where a function being defined is applied within its own definition. While this apparently defines an infinite number of instances (function values), it is often done in such a way that no infinite loop or infinite chain of references can occur.
Process of repeating items in a self-similar way
A process that exhibits recursion is recursive.