Recursion

Recursion
Recursion (Wikipedia)

Recursion occurs when the definition of a concept or process depends on a simpler or previous version of itself. 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, it is often done in such a way that no infinite loop or infinite chain of references can occur.

Children of this entryChildren

Related linksRelated links
  • Fractals Internal linkLink pointing back to this entry

Tag-related linksCollection links

Tagsrecursioncyclicloop
LanguageENGLISH Content typeCOLLECTIONLast updateOCTOBER 20, 2018 AT 01:46:40 UTC