ENGLISH
REFERENCE

recursive

adj.
C1 Advanced US //ˌɹiˈkɝsɪv// re·cur·sive

adj. describing a process that repeats itself by using its own results to create the next step. It is like a loop that calls itself to solve a problem.

adj. relating to or involving the repeated application of a procedure or function to its own results. Often describes algorithms or mathematical functions that call themselves in their own definition.


SIMPLE

The program uses a recursive function to calculate the factorial of a number.

CONTEXTUAL

The software engineer designed a recursive algorithm to efficiently search through the nested folders of the file system.

COMPLEX

In computer science, a recursive function is one that solves a problem by breaking it down into smaller, identical subproblems until it reaches a base case that can be solved directly.

Origin

Learned borrowing from New Latin recursīvus. Equivalent to recurse + -ive.

© 2026 English Reference