Recursion

Recursion is when something refers to itself.

Examples of Recursion

  • Recursive Acronym Recursive Acronym like W.I.N.E, where the W stands for W.I.N.E

  • Recursive Sequences A Sequence were the second value references the first value.

  • Recursion (Programming) A function that calls itself