recursive function

C27361
concept

A recursive function is a function that solves a problem by calling itself with modified arguments until reaching a base case that stops the recursion.

Observed surface forms (1)

Surface form Occurrences
recursive procedure 1

Instances (2)

Instance Via concept surface
Ackermann function
Schur algorithm recursive procedure