Recursion Glossary Definition

Term Recursion
Definition

Recursion is a technique in which a function, procedure, or definition refers to itself to solve a problem in smaller parts.

Recursion is a Web programming concept used to add behavior, data exchange, browser integration, or application logic to online experiences.

Context & Usage

Recursive approaches are common in tree processing, parsing, divide-and-conquer algorithms, and mathematical definitions.

Related concepts include Source Code and Syntax.

Developers use this concept when adding interaction, integrating services, handling browser events, or building richer Web applications.

Related concepts include JavaScript, Application Programming Interface and JSON.

Additional Resource: MDN Web Docs Glossary.

Categories Software Development and Programming, Web, Database, Cloud, and DevOps Technologies, Artificial Intelligence