recursion (0 synonym found)

We don't have synonyms for recursion yet — it may be a rare, specialized, newly coined, or misspelled word. The closest thesaurus entries we have are reversion, recension and excursion.


We don't have any synonyms for recursion yet.

Did you mean…

Think recursion belongs in the thesaurus? Recommend it and we'll take a look.


Definition of recursion:

°The act of recurring.
°The act of defining an object (usually a function) in terms of that object itself.
"n! = n × (n − 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion."

Definition of recursion:

°The act of recurring.
°The act of defining an object (usually a function) in terms of that object itself.
"n! = n × (n − 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion."

Back to Top